Page tree

Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

Here is an example of what the eclipse.ini would look like for Windows,

Code Block
linenumberstrue
-startup
plugins/org.eclipse.equinox.launcher_1.0.201.R35x_v20090715.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.win32.win32.x86_1.0.200.v20090519
-product
org.eclipse.epp.package.jee.product
--launcher.XXMaxPermSize
256M
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
-vm
jre1.6.0_18_32-bit\bin\javaw.exe
-vmargs
-Dosgi.requiredJavaVersion=1.5
-Xms40m
-Xmx512m

Here is an example of eclipose.ini for Unix or Linux,

Code Block
linenumberstrue
256m
-vm
/opt/sun-jdk-1.6.0.02/bin/java
-vmargs
Tip

See Specifying the JVM at the Eclipse Wiki for more deteails.

...