packr icon indicating copy to clipboard operation
packr copied to clipboard

Packages your JAR, assets and a JVM for distribution on Windows, Linux and Mac OS X

Results 34 packr issues
Sort by recently updated
recently updated
newest added

Adding packr to my build.gradle does not work: ``` repositories { ... maven { url "https://artifactory.nimblygames.com/artifactory/ng-public" name 'Nimblygames' } } ... dependencies { classpath 'com.badlogicgames.packr:packr:4.4.0' } ``` The required URL...

I'm doing this for packaging a CLI app on Linux with the windows target: ``` export WIN_JAVA_HOME=/home/pablo/GitHub/jdk-11.0.22+7-win java -jar packr-all-4.0.0.jar --platform windows64 --jdk $WIN_JAVA_HOME --useZgcIfSupportedOs --executable norapp --classpath app/build/libs/cabolabs-x-all.jar --mainclass...

packr works great and I've been working for a tool like this for a week, though it's annoying that I need to delete the out folder each time.

Currently, `packr` builds all .app binaries as `Application (Intel)` binaries, even from an M1 mac. Though the Intel build runs on ARM under Rosetta 2, the CPU and GPU usage...

enhancement

I am trying to package a java desktop application with a gui. When i start it with the launcher, everything looks blurry: When i start the jar file directly using...

It looks like https://artifactory.nimblygames.com/ui/native/ng-public/com/badlogicgames/packr/packr/ no longer shows v4 while v3 is still available? ``` Execution failed for task ':tools:compileJava'. > Could not resolve all files for configuration ':tools:compileClasspath'. > Could...

I've had some problems with my build for MacOS. Who could have guessed? Now, I need to retrieve the current classpath to be used in a ProcessBuilder. The reason for...

This is a very good packaging tool,but does not support icon settings on windows system.What should I do if I want to set it?

enhancement

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...

Related to #199, it seems that https://artifactory.nimblygames.com is returning HTTP error code 503: Service Unavailable. ``` > Could not resolve com.badlogicgames.packr:packrLauncher-linux-x86-64:4.1.0-SNAPSHOT. Required by: project :Packr > Could not resolve com.badlogicgames.packr:packrLauncher-linux-x86-64:4.1.0-SNAPSHOT....