-
Notifications
You must be signed in to change notification settings - Fork 1
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
need help with JVM on Windows #53
Comments
Hey 😄 if you download dmg, deb, exe or msi it should be included, otherwise for the .jar file currently JVM 21 is required. I am considering compiling to Java 8 bytecode though, then it should work with Java 8 upwards |
I downloaded snapshot 32. When I run yt-dlp-compose.exe, I get the error “unable to launch jvm”. It does look like java 21 is in my path however.
|
oh weird, can you give more details on which Windows version you are using exactly? Mabye it is no longer supported by the latest java builds. Then you could try the .jar release, but I just noticed that it no longer contains all the necessary files, I will fix that right now and draft a new release to test. |
This is Windows 11 23H2.
Here is the java version in my path:
openjdk 21.0.3 2024-04-16 LTS
OpenJDK Runtime Environment Temurin-21.0.3+9 (build 21.0.3+9-LTS)
OpenJDK 64-Bit Server VM Temurin-21.0.3+9 (build 21.0.3+9-LTS, mixed mode, sharing)
|
See also #53 Java 11 is required for androidx (hard requirement for jetpack compose) Java 17 is required for mpfilepicker (we could get away with lower here maybe, but would require using another implementation for it)
I cannot see anything about other people having issues with jpackage on Windows 23H2 and it is already 6 months since the release so surely everything should be stable there. I just triggered a new release: https://github.com/StefanLobbenmeier/yt-dlp-compose/releases/tag/SNAPSHOT-33, could you try:
|
Hello,
When I download a release, I get an error that it can't find a jvm when I try to launch it. What JVM do I need to install in order to test this?
Thanks!
The text was updated successfully, but these errors were encountered: