-
Notifications
You must be signed in to change notification settings - Fork 1k
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
problem about jre version #175
Comments
Odd, I used JDK 8_202 to compile and build with Maven. I'll reupload under JDK 7_80 |
Same situation occured. |
I have the same issue. Using AdoptOpenJDK & AdoptOpenJRE with HotSpot from https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot
|
I also have this issue with AdoptOpenJDK. |
For anyone having this issue, use Luyten's jar version and not the exe version. Maybe that helps; it helped me. |
This has already been established in the issue description. :P |
when I use the exe file to run this programe ,an error window pop out that show this message "this application requires a Java Runtime Environment 1.7.0 - 1.8.0
so, My java runtime version is 1.8.0_101 in Windows.
finally ,I use the jar file to run this program,and it runs well
Is there any environment settings I should adjust if I use the exe file?
thanks alot!
The text was updated successfully, but these errors were encountered: