deathmarine / Luyten

An Open Source Java Decompiler Gui for Procyon
Other
5.01k stars 999 forks source link

problem about jre version #175

Open br7roy opened 5 years ago

br7roy commented 5 years ago

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 commented 5 years ago

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

qrqhuang commented 5 years ago

Same situation occured. I have to use jar instead.

token0 commented 4 years ago

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 commented 4 years ago

I also have this issue with AdoptOpenJDK.

arphox commented 4 years ago

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

TheRandomLabs commented 4 years ago

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