Changes between Version 84 and Version 85 of DeveloperInstructions


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

Legend:

Unmodified
Added
Removed
Modified
  • DeveloperInstructions

    v84 v85  
    4141- Best way is to download a ZIP or TGZ version and just unpack it in the folder of your choice
    4242
    43 ==== Ubuntu - before running Eclipse
    44 open the eclipse.ini in a text editor with administrative privileges:
     43==== Before running Eclipse ====
     44
     45Make sure that Eclipse uses the JDK version that you installed for this, and not some other one
     46
     47Open 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:
    4548{{{
    46 sudo nano /usr/lib/eclipse/eclipse.ini
     49-Djava.library.path=C:\ProgramFiles\JDK
    4750}}}
    48 and add this as a last line  (do not modify the rest):
     51
     52For example on Linux
    4953{{{
    50 -Djava.library.path=/usr/lib/jni
     54-Djava.library.path=/opt/jdk/
    5155}}}
    52 then Eclipse will start without problems.
    53 ----
    5456
    55 Run Eclipse
    56 
     57The you can start Eclipse IDE
    5758=== 3. Install the m2eclipse and subclipse plugins
    5859