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

Can you create Linux binary that makes use of installed Java on Linux instead of packaging one with packr? #222

Open videoguy opened 2 years ago

videoguy commented 2 years ago

I like to keep the size of the executable as small as possible. Can I create the binary that makes use of installed JRE or JDK in Linux instead of expecting one when building the binary?

Thanks