-
Notifications
You must be signed in to change notification settings - Fork 25
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
Problems running Overture with JDK/JRE 8 on Windows #414
Comments
32-bit windows, fresh Java 8 install works. |
Also works for 32-bit windows with Java 7 upgraded to 8. |
Also works for 64 bit windows with concurrent 32 bit Java 8 and 64 bit java 7 |
All of the above also hold for version 2.0.6 (the version the problem was originally reported on), |
@ldcouto |
Also works on 64 bit windows 7 with concurrent 64 bit java 7 and Java 8. Both 2.2.0 and 2.0.6. |
Everything also works on standalone 64bit Winows 64 bitJava 8 |
Also works using the JDK instead of the JRE |
So... Since all these permutations work, think there is no actual problem here. Googling around found many instances of this problem. Blame seems to go to Oracle and the bizarre way in which multiple Java versions are set up. The official fix seems to be uninstalling all Java versions and then simply installing Java 8. Suggest adopting same policy if this comes up again. In the meantime, think bug can be closed. |
Agreed, we'll file this under 'not-our-problem' :). Thanks for testing out all of the variations. |
This issue both happen for Overture and Crescendo. It is only overture which displays:
The solution is to delete these files from
We have to make a note or FAQ somewhere to assist the user in solving this. It is correct that this is a Java 8 installer problem which sucks in almost all possible ways. It doesn't install the stuff it should be removed more than it is asked for - not a great installer. |
Since the FAQ is a website thing, I've created an issue there: overturetool/overturetool.github.io#16 Closing this one again. |
Overture fails to launch on Windows with JDK 8 installed. The following error message was produced on Gareth's machine; he got around it by removing Java 8 and installing Java 7.
The text was updated successfully, but these errors were encountered: