-
Notifications
You must be signed in to change notification settings - Fork 77
Eclipse VM version #179
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
There are millions of Eclipse users, and this is very basic feature, there is hardly a bug. What is your full As for |
|
Have you read https://wiki.eclipse.org/Eclipse.ini ? add 2 lines before like
|
Reading you I understood the VM version Eclipse was using was actually specified in eclipse.ini so I looked to make sure the changes I made at system level to use 1.8 were visible in there but they are not. Now I understand the -vm argument could be used only to select a different VM - but I don't need that... |
This issue could be a platform issue but the -vm argument is not set like it should according to this:
https://wiki.eclipse.org/Eclipse.ini
I am using Eclipse Luna on MacOS X Yosemite with Java 1.6 and 1.8 installed.
After I installed 1.8 I assumed Eclipse will use it but I might be wrong as this is not set in eclipse.ini.
The -vm argument reads like this:
-vmargs
And on the line below I can read this:
-Dosgi.requiredJavaVersion=1.6
So it might be using Java 1.6 - how do I know?
Is it not possible to select a VM from Eclipse preferences instead of hacking eclipse.ini?
The text was updated successfully, but these errors were encountered: