Changes between Version 34 and Version 35 of MolgenisWorkspaceBasics
- Timestamp:
- 2009-08-24T00:34:58+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisWorkspaceBasics
v34 v35 6 6 1. Download the latest 'molgenis_workspace.zip' from http://molgenis.sourceforge.net Just download and unzip. A directory 'molgenisXX_workspace' is created. 7 7 1. Start Eclipse and browse to MOLGENIS molgenis3X_workspace you downloaded and unzipped before. Open. You will see in the left pane: 8 screenie 8 [[Image(molgenis-workspace.gif)]] 9 9 The molgenis3X_workspace contains two projects. (a) molgenis3_x contains all code of the MOLGENIS framework (b) the project molgenis3_x_distro contains an application template which you will use to create the new MOLGENIS application with. 10 10 1. Check whether MOLGENIS is properly linked with Java: Right-click on the molgenis3_x project and choose [refresh]. Then right-click on the molgenis3_x_distro project and choose [refresh]. This will force Eclipse to rebuild the code for your platform. 11 screenie 12 If everything is well then there will be no errors listed in the problems pane on the bottom of your screen.13 screenie 11 [[Image(molgenis-refresh.gif)]] 12 If everything is well then there will be no errors listed in the problems pane on the bottom of your screen. 13 [[Image(molgenis-project-outline.gif)]] 14 14 1. (Skip step unless library issues). To link missing system libraries choose [Window] -> [Preferences]. Then browse to Java -> Installed JREs. Finally add your JDK and tick to be used as default. 15 15 1. Open the molgenis3_x_distro project and explore. This unveils the basic MOLGENIS application structure: