Skip to content
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

Open
br7roy opened this issue Feb 5, 2019 · 6 comments
Open

problem about jre version #175

br7roy opened this issue Feb 5, 2019 · 6 comments

Comments

@br7roy
Copy link

br7roy commented Feb 5, 2019

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!

@deathmarine
Copy link
Owner

Odd, I used JDK 8_202 to compile and build with Maven. I'll reupload under JDK 7_80

@qrqhuang
Copy link

qrqhuang commented Sep 8, 2019

Same situation occured.
I have to use jar instead.

@token0
Copy link

token0 commented Dec 25, 2019

I have the same issue. Using AdoptOpenJDK & AdoptOpenJRE with HotSpot from https://adoptopenjdk.net/releases.html?variant=openjdk11&jvmVariant=hotspot
.jar works, .exe doesn't (it wants 1.7.0-1.8.0)

java -version
openjdk version "11.0.5" 2019-10-15
OpenJDK Runtime Environment AdoptOpenJDK (build 11.0.5+10)
OpenJDK 64-Bit Server VM AdoptOpenJDK (build 11.0.5+10, mixed mode)

@TheRandomLabs
Copy link

I also have this issue with AdoptOpenJDK.

@arphox
Copy link

arphox commented Mar 28, 2020

For anyone having this issue, use Luyten's jar version and not the exe version. Maybe that helps; it helped me.

@TheRandomLabs
Copy link

This has already been established in the issue description. :P

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants