libgdx / packr

Packages your JAR, assets and a JVM for distribution on Windows, Linux and Mac OS X
Apache License 2.0
2.56k stars 171 forks source link

Error when execute .exe file #233

Open nozyx12 opened 1 year ago

nozyx12 commented 1 year ago

Once I have compiled my JAR, when I run the .exe, I have this error: Error code [3] when trying to add DLL search directory: The system cannot find the path specified.

Error code [3] when trying to add DLL search directory: The system cannot find the path specified.

Error code [126] when trying to load jvm.dll: The specified module could not be found.

Error: failed to load VM runtime library!

I launched it from the terminal because without it nothing happened

I chose the jdk from 'https://github.com/adoptium/temurin11-binaries/releases/download/jdk-11.0.18%2B10/OpenJDK11U-jdk_x64_windows_hotspot_11.0.18_10.msi'