[[TracNav(MolgenisGuide)]] = How to develop MOLGENIS on Eclipse/Helios = We assume you installed: * Java JDK >= 1.6 * MySQL or other supported database * Tomact 6.0 or other supported web engine == 1. Download and unzip eclipse helios == Available at http://www.eclipse.org/downloads/packages/eclipse-ide-java-ee-developers/heliossr1 == 2. install SVN plugin 'subversive' == Within Eclipse * go to help -> install new software * Choose: Work with Helios - http://download.eclipse.org/releases/helios * Choose: Collaboration -> Subversive SVN team provider and * Install == 3. install freemarker plugin 'Freemarker IDE' == Within Eclipse: * go to help -> install new software * Choose: 'Add' and add new url http://download.jboss.org/jbosstools/updates/JBossTools-3.1.1.GA/ * Type in search box 'Freemarker' * Choose: Freemarker IDE (not SDK) * Install == 4. checkout molgenis projects == Within Eclipse * go to Window->Open perspective->Other * Choose: SVN Repository exploring * Eclipse may ask you which SVN engine to use, choose SVN kit. * Right-click on SVN repositories and add new repository * URL: http://www.molgenis.org/svn * Browse to molgenis/3.3 * right-click and choose 'check out'. * Browse to molgenis_projects/ * right-click and choose 'check out'. == 5. Develop == From now on development is like on Galileo. == FAQ == === Q1: how to add/manage J2EE dependencies === In Eclipse Galileo there was a seperate entry for this in the project 'properties'. In Eclipse Helios this renamed to 'Deployment Assembly' Here you can also choose other projects to be included. === Q2: I get 404 errors when starting the server === This may happen if Eclipse destroys your WebContent/WEB-INF/web.xml to default. To solve this right-click WebContent/WEB-INF/web.xml and update to SVN. Then delete your web server from the 'Servers' pane and run on server again.