Page tree

Versions Compared

Key

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

...

Modify the eclipse.ini to point to your jre with the following two lines,

...

.

...

Two key thing to keep in mind,

  1. You can not mix 32-bit and 64-bit. For example, running Eclipse 32-bit and Java 64-bit will not work.
  2. Placement of the -vm option is very important. The -vm option must occur before the -vmargs option

Modify the eclipse.ini with by adding the following two lines,

Code Block
-vm
C:\apps\eclipse\jre1.6.0_18_32-bit\bin\javaw.exe

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

...