Changes between Version 35 and Version 36 of MolgenisWorkspaceBasics
- Timestamp:
- 2009-08-24T00:35:28+02:00 (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
MolgenisWorkspaceBasics
v35 v36 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 8 9 [[Image(molgenis-workspace.gif)]] 10 9 11 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 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. 12 3. 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. 13 11 14 [[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. 15 16 If everything is well then there will be no errors listed in the problems pane on the bottom of your screen. 17 13 18 [[Image(molgenis-project-outline.gif)]] 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. 19 20 4. (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 21 1. Open the molgenis3_x_distro project and explore. This unveils the basic MOLGENIS application structure: 16 22 * molgenis.properties contains the settings of your applications.