THIS IS A TEST INSTANCE. ALL YOUR CHANGES WILL BE LOST!!!!
Panel | ||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||
|
Homepage: | http://www.eclipse.org/ |
Download: | http://www.eclipse.org/downloads/ |
File(s): | Windows: Eclipse IDE for Java EE Developers: eclipse-jee-ganymede-SR2-win32.zip (168 MB) |
...
- Window - Preferences:
- General: Show heap status
- General - Editors - Text Editors: Show line numbers
- General - Editors - Text Editors - Spelling - Dictionaries: Encoding: UTF-8
- General - Network Connections: Manual proxy configuration
- HTTP proxy: <company_proxy_address>, Port: <company_proxy_port>
- Use this proxy server for SSL
- No proxy for: add internal addresses
- Enable proxy authentication: <username>/<password>
- General - Workspace: Text file encoding: Other: UTF-8
Java - Code Style - Formatter - Java Conventions \ [built-in\] -> Use Sun Java Code ConventionsWiki Markup
Plugins
Subclipse
Homepage: | http://subclipse.tigris.org/ |
- Installation
In Eclipse:- Menu "Help - Install New Software..."
- Install dialog: "Add...": Name: "http://subclipse.tigris.org/update_1.6.x", Location: "http://subclipse.tigris.org/update_1.6.x" - OK
- Select all (if you are not sure what to select) - Next > - Next >* Accept license - Finish
- Restart Eclipse
...
- Usage
- Add a new repository location:
Example:- Adding Wicket repository:
"SVN Repositories" view: right click - New - Repository location... - Location Url: http://svn.apache.org/repos/asf/wicket/
- Adding Wicket repository:
- Check out
Example:- Checking out Wicket "trunk":
Right click "http://svn.apache.org/repos/asf/wicket/ - trunk" in "SVN Repositories" - Checkout... - Checkout as project in the workspace, Project Name: "wicket-trunk" - Finish
- Checking out Wicket "trunk":
- Add a new repository location:
- Troubleshooting
- Failed to load JavaHL Library.
Ubuntu:- Install libsvn-java
- Edit eclipse.ini and add java.library.path:
Code Block title eclipse.ini borderStyle solid -vmargs -Djava.library.path=/usr/lib/jni
- Failed to load JavaHL Library.
M2Eclipse
Maven Integration for Eclipse provides tight integration for Maven into the IDE.
Homepage: | http://m2eclipse.sonatype.org/ |
- Installation
In Eclipse:- Menu "Help - Install New Software..."
- Install dialog: "Add...": Name: "http://m2eclipse.sonatype.org/sites/m2e", Location: "http://m2eclipse.sonatype.org/sites/m2e" - OK
- Select all (if you are not sure what to select, I unchecked AJDT...) - Next > - Next >
- Accept license - Finish
- Restart Eclipse
...