Luyten icon indicating copy to clipboard operation
Luyten copied to clipboard

problem about jre version

Open br7roy opened this issue 5 years ago • 6 comments

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!

br7roy avatar Feb 05 '19 15:02 br7roy

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

deathmarine avatar Feb 05 '19 20:02 deathmarine

Same situation occured. I have to use jar instead.

qrqhuang avatar Sep 08 '19 08:09 qrqhuang

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)

token0 avatar Dec 25 '19 01:12 token0

I also have this issue with AdoptOpenJDK.

TheRandomLabs avatar Feb 01 '20 06:02 TheRandomLabs

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

arphox avatar Mar 28 '20 15:03 arphox

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

TheRandomLabs avatar Mar 28 '20 23:03 TheRandomLabs