Open br7roy opened 5 years ago
Odd, I used JDK 8_202 to compile and build with Maven. I'll reupload under JDK 7_80
Same situation occured. I have to use jar instead.
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)
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!