-
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
download error #712
Comments
Can you attach the content of the log file, please? |
!SESSION 2020-02-09 17:46:35.344 ----------------------------------------------- !ENTRY org.eclipse.osgi 4 0 2020-02-09 17:46:41.069 !ENTRY org.eclipse.e4.ui.workbench 4 0 2020-02-09 17:46:41.075 !ENTRY org.eclipse.osgi 4 0 2020-02-09 18:08:21.774 !ENTRY org.eclipse.e4.ui.workbench 4 0 2020-02-09 18:08:21.791 |
I think this is because you are using Java 12. Overture 2.7.2 is expecting Java 8 (some packages were moved in recent Java releases, so you're getting NoClassDefFound exceptions). Are you able to install a second alternate version of Java 8 and use that to run Overture? |
I have set Java 8 as default but still no luck. java version "1.8.0_221" |
Can you post the top few lines from the log file again. The one you posted before was showing Java 12. This will confirm that you're now using Java 8 (and that we need to find another reason!) |
Can you try the following - it's a change to Overture's INI file that forces it to use a particular JVM:
|
Description
Unable to download/run
Steps to Reproduce
Expected behavior: [What you expect to happen]
Run overture
Actual behavior: [What actually happens]
An error has occurred
See the log file
/Users/name/Documents/Overture/workspace/.metadata/.log.
Versions
OS mac Catalina 10.15.2
Overture-2.7.2
The text was updated successfully, but these errors were encountered: