2. Eclipse RCP 4.3.1 Kepler
2. Eclipse RCP 4.3.1 Kepler
When working with Elastic Path projects, we recommend using the Eclipse RCP 4.3.1 Kepler IDE.
Installing Eclipse RCP 4.3.1 Kepler
Download and install the Eclipse RCP 4.3.1 Kepler for RCP and RAP Developers:
- Go to: http://www.eclipse.org/downloads/packages/eclipse-rcp-and-rap-developers/keplersr1-rc3
- Download the Windows 64-bit version of Eclipse for RCP and RAP Developers
- Unzip the eclipse-rcp-kepler-SR1-RC3-win32-x86_64.zip file into a directory.Note: Linux Note
Download and unzip the Linux 64-bit version of Eclipse for RCP and RAP Developers.
Setting Eclipse's Startup Arguments
- With Notepad, navigate to your Eclipse folder and open eclipse.ini.
- In eclipse.ini, replace the following properties:
Before After eclipse.ini -vmargs -Dosgi.requiredJavaVersion=1.5 -Xms40m -Xmx512m
-vm C:/Program Files/Java/jdk1.7.0_21/bin/javaw.exe -vmargs -Dosgi.requiredJavaVersion=1.7 -Xms2048m -Xmx2048m -XX:MaxPermSize=768m -XX:PermSize=512m -Xmn512m -Xss2m -XX:ReservedCodeCacheSize=64m -XX:SurvivorRatio=4 -XX:+UseParallelGC -Dsun.lang.ClassLoader.allowArraySyntax=true
Note: Windows -vm ArgumentsIn Windows, make sure the -vm argument points to the JDK's executable.
In Linux, point the -vm argument to the directory that contains the JDK's executable.(ie. Java/jdk1.7.0_21/bin)
Note: Eclipse FailsEclipse may fail to start if the values assigned to -Xms and -Xmx are too large for your system to handle. You should tweak these values to best suit your system.