Changes between Version 87 and Version 88 of DeveloperInstructions
- Timestamp:
- 07/16/14 10:58:01 (10 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DeveloperInstructions
v87 v88 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 === = Before running Eclipse ====43 === Before running Eclipse === 44 44 45 Make sure that Eclipse uses the JDK version that you installed for this, and not some other one 45 Make sure that Eclipse uses the JDK version that you installed for this, and not some other one. 46 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: 48 {{{ 49 -Djava.library.path=C:\ProgramFiles\JDK 50 }}} 47 The instructions are given here: http://wiki.eclipse.org/Eclipse.ini 51 48 52 For example on Linux 53 {{{ 54 -Djava.library.path=/opt/jdk/ 55 }}} 56 57 The you can start Eclipse IDE 49 Then you can start Eclipse IDE 58 50 === Install the Maven and Subversion support in Eclipse === 59 51