Changes between Version 84 and Version 85 of DeveloperInstructions
- Timestamp:
- 07/16/14 10:37:05 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v84 v85 41 41 - Best way is to download a ZIP or TGZ version and just unpack it in the folder of your choice 42 42 43 ==== Ubuntu - before running Eclipse 44 open the eclipse.ini in a text editor with administrative privileges: 43 ==== Before running Eclipse ==== 44 45 Make sure that Eclipse uses the JDK version that you installed for this, and not some other one 46 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: 45 48 {{{ 46 sudo nano /usr/lib/eclipse/eclipse.ini 49 -Djava.library.path=C:\ProgramFiles\JDK 47 50 }}} 48 and add this as a last line (do not modify the rest): 51 52 For example on Linux 49 53 {{{ 50 -Djava.library.path=/ usr/lib/jni54 -Djava.library.path=/opt/jdk/ 51 55 }}} 52 then Eclipse will start without problems.53 ----54 56 55 Run Eclipse 56 57 The you can start Eclipse IDE 57 58 === 3. Install the m2eclipse and subclipse plugins 58 59