Thursday, October 16, 2008

Running Eclipse in a full JDK

After installing the Maven plugin I got a warning that Eclipse should run in a full jdk.  The solution is really simple (and on the Eclipse wiki), and I was kind of surprised I hadn't run into this before.

Simply add the following to eclipse.ini (found in the Eclipse install folder) :
-vm
path-to-your-jdk (C:\tools\java\j2se5.0u16\bin\javaw.exe for example)

 
Blogged with the Flock Browser

No comments: