vote up 1 vote down star

I have Cocoa 64-bit Galileo Eclipse installed on snow leopard. For some reason all my java is underlined in red, even standard java library functions. When i try to add a jre it tells me "Standard VM not supported on MacOS." I've even tried installing the 1.5 java sdk and still doesn't work. I also get Unhandled Loop Exceptions. I've tried reinstalling eclipse but nothing seems to work. How do i fix this?

flag

1 Answer

vote up 1 vote down

Go to Preferences->Java->Installed JREs and either edit the existing one or create a new one with JRE Type Mac OS X VM and path:

/System/Library/Frameworks/JavaVM.framework/Versions/1.5.0/Home

You're getting an error because you're trying to use the standard VM and that does not work on OS X.

link|flag
When i go to Installed JREs my only options are "Execution Environment Description", "Standard 1.1.x VM" and "Standard VM". I can only pick one of those. – TripWired Nov 5 at 18:00

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.