Changes between Version 95 and Version 96 of DeveloperInstructions
- Timestamp:
- 07/16/14 11:29:14 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v95 v96 88 88 [[Image(isis_project_in_eclipse.png)]] 89 89 90 === Eclipse JDK and JRE setup forthe project ===90 === Setting up which JDK or JRE to use to run the project === 91 91 92 92 - In Eclipse open Window -> Preferences -> Java -> Installed JREs 93 Delete the old record and add a new one that points to the JDK (and not JRE) as in the image 93 If this is not the one you installed for our purpose, delete that one or add new one that points to the JDK that you installed (and not JRE) similar to the image below 94 94 95 [[Image(2.jpg)]] 95 96 - After this create a Shortcut to Eclipse.exe anywhere you like, right click the shortcut, and in the Target textbox add:97 ''-vm "C:\Program Files (x86)\Java\jdk1.6.0_16\bin"''98 This is supposed to be the path to the JDK/bin folder.99 (on 64-bit operating systems the path in the –VM argument should point to a 32-bit JDK)100 101 With these two steps Eclipse will start and won't show a maven related warning. For a linux installation everything is the same just a different path.102 96 103 97 Before running or building the project, several local parameters should be set.