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,

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

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.

...