Changes between Version 87 and Version 88 of DeveloperInstructions


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

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v87 v88  
    4141- Best way is to download a ZIP or TGZ version and just unpack it in the folder of your choice
    4242
    43 ==== Before running Eclipse ====
     43=== Before running Eclipse ===
    4444
    45 Make sure that Eclipse uses the JDK version that you installed for this, and not some other one
     45Make sure that Eclipse uses the JDK version that you installed for this, and not some other one.
    4646
    47 Open the Eclipse installation directory and open eclipse.ini in a plain text editor (with administrative privileges) and add this as a last line  (do not modify the rest) but make sure that you change this path to the path where the installed java was located:
    48 {{{
    49 -Djava.library.path=C:\ProgramFiles\JDK
    50 }}}
     47The instructions are given here: http://wiki.eclipse.org/Eclipse.ini
    5148
    52 For example on Linux
    53 {{{
    54 -Djava.library.path=/opt/jdk/
    55 }}}
    56 
    57 The you can start Eclipse IDE
     49Then you can start Eclipse IDE
    5850=== Install the Maven and Subversion support in Eclipse ===
    5951