wiki:MolgenisOnEclipse

TracNav(MolgenisGuide)?

Eclipse install

  1. Download Eclipse J2EE version from http://www.eclipse.org/downloads
  1. Install subversion plugin
  1. 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'
  1. Browse to 'molgenis/trunk' project and right-click and checkout, finish.
  1. Browse to 'molgenis_distro/trunk' project and right-click and checkout, finish.
  1. Install Freemarker plugin

Within Eclipse:

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:

<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN"
"http://www.apple.com/DTDs/PropertyList-1.0.dtd">
<plist version="1.0">
<dict>
        <key>PATH</key>
<string>/usr/bin:/bin:/usr/sbin:/sbin:/usr/local/bin</string>
</dict>
</plist>
Last modified 13 years ago Last modified on 2011-04-21T12:09:54+02:00