onyxbits / raccoon4

APK Downloader for Google Play
https://raccoon.onyxbits.de
Apache License 2.0
663 stars 94 forks source link

Cant use adopt open jdk version 12 to run #61

Open user858753257 opened 5 years ago

user858753257 commented 5 years ago

@onyxbits can you tell me which Java Version it is supported for windows 10 ?

onyxbits commented 5 years ago

Am 03.06.2019 17:04, schrieb F3000:

@onyxbits https://github.com/onyxbits can you tell me which Java Version it is supported for windows 10 ?

The .exe wrapper should download an appropriate version. Otherwise "doesn't work" isn't really a meaningful bug description.

user858753257 commented 5 years ago

The error is : this application requires a Java runtime environment 1.7.0

onyxbits commented 5 years ago

Am 04.06.2019 11:59, schrieb F3000:

The error is : this application requires a Java runtime environment 1.7.0

Try the JAR, not the EXE version. The EXE wrapper may have a wrong requirement.

user858753257 commented 5 years ago

Where i can find it ? On your website is only the .exe version

onyxbits commented 5 years ago

Am 04.06.2019 12:04, schrieb F3000:

Where i can find it ? On your website is only the .exe version

"Other OS" Directly below the download button.

jpstotz commented 5 years ago

My be updating the launch4j plugin edu.sc.seis.launch4j may help: Current version is 2.4.6 - raccoon4 uses 2.4.3: https://github.com/onyxbits/raccoon4/blob/master/build.gradle#L12

According to the plugin commit log 2.4.6 uses a newer Launch4J version. From my personal experience I know that older Launch4J versions are not able to detect non-Oracle JRE/JDK versions properly even if they are on the PATH.