My workspace part 1
Wednesday, September 23, 2009
- Eclipse installation. Different Eclipse builds for different needs can be found "Eclipse Downloads". I preferred Eclipse IDE for Java Developers or Eclipse IDE for Java EE Developers. More about difference you can found.
- Unpack you archive
tar -zxvf eclipse-jee-galileo-linux-gtk.tar.gz
- Installation of subversion client for eclipse. Start Eclipse. Go to the menu Help ->Install new software -> Add .. Add update site http://download.eclipse.org/technology/subversive/0.7/update-site/. Install Subversive SVN Team Provider.
- After Eclipse restart go the menu Window -> Preferences -> Team -> SVN When you first use the menu, you will be prompted to install connectors. Check SVN Kit 1.2.3.
- Now you are ready to use Subversive plugin. Checkout some versioned project. For example http://anonsvn.jboss.org/repos/exo-jcr/
- With help maven-eclipse-plugin create eclipse project.
- Import new project to eclipse workspace. File->Import->Existing Projects into Workspace.
- Set class path variables. Go to the Window -> Preferences -> Java -> Build Path -> Class path variables. Add new variable M2_REPO with the value of the path to your maven repository
Links :
TODO for part 2
- Java installation on Ubuntu
- Maven installation