Sunday, December 29, 2013

Re: Latest Google Eclipse update has hosed my Eclipse

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