Sunday, December 29, 2013

Re: Latest Google Eclipse update has hosed my Eclipse

After my initial post, I had gone to Eclipse docs and per them had put in:

--vm
C:\Program Files\Java\jdk1.7.0_45\jre\bin\javaw.exe

just above the --vmargs line, but that didn't help. I also tried:

--vm
C:\Progra~1\Java\jdk1.7.0_45\jre\bin\javaw.exe

which has worked with system paths, but still no luck.

But, taking a closer look at your post, I see that I had --vm, and it should have been just one dash: -vm

All is good now :)

On Sunday, December 29, 2013 2:33:57 PM UTC-5, Jens wrote:
You can try to start Eclipse using Java7 instead of Java6:

Open eclipse.ini and add (path is Mac OS specific, so change as needed):

-vm
/Library/Java/JavaVirtualMachines/jdk1.7.0_<BUILDNUMBER>/Contents/Home/bin/java


The Google Plugin itself requires Java7, so Eclipse should be executed under Java7. The Java Version of your projects should be irrelevant.


-- J.

--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email to google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment