[[TracNav(MolgenisGuide)]] = Eclipse install = 1. Download Eclipse J2EE version from http://www.eclipse.org/downloads 2. Install subversion plugin * Within Eclipse go to 'Help' -> install new software * paste url http://subclipse.tigris.org/update_1.6.x * tick all, next, next, accept, finish 3. Add svn repository exploring * Choose Window -> Perspective -> Other and then choose SVN Repository Exploring * Right-click in the SVN Repositories window and add new repos 'http://www.molgenis.org/svn' 4. Browse to 'molgenis/trunk' project and right-click and checkout, finish. 5. Browse to 'molgenis_distro/trunk' project and right-click and checkout, finish. 6. Install Freemarker plugin 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' * Tick box: Freemarker IDE (not SDK) * Install == Frequently asked questions == '''Q: I can't get graphviz to generate the nice UML diagrams on Apple Mac''' Solution is to create/edit the file ~/.MacOSX/environment.plist and add a path statement: {{{ PATH /usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin }}}