Changes between Version 95 and Version 96 of DeveloperInstructions


Ignore:
Timestamp:
07/16/14 11:29:14 (10 years ago)
Author:
Vangel Ajanovski
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v95 v96  
    8888[[Image(isis_project_in_eclipse.png)]]
    8989
    90 === Eclipse JDK and JRE setup for the project ===
     90=== Setting up which JDK or JRE to use to run the project ===
    9191
    9292- 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
     93If 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
    9495[[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.
    10296
    10397Before running or building the project, several local parameters should be set.