aurelianr
aurelianr

Reputation: 549

the file created with the jarbundler from a jar has different behavior than the source jar

I create an mac app file from a jar using the jarbundler 2.3. i am having the following issue:

but

Ca you tell me what should I do to have the same behavior for the both files,the .jar file and .app file created with jarbundler 2.3 from the .jar file.?

The jar bundler that I used is located here:https://github.com/tenny1028/JarBundler/releases/tag/v2.3 and I followed the steps from this tutorial https://www.youtube.com/watch?v=cxxnAGlHtrE to create .app files from the .jar files.

Upvotes: 0

Views: 39

Answers (1)

DrOverbuild
DrOverbuild

Reputation: 1265

The latest release of JarBundler has an option to do this.

You can view it here: https://github.com/tenny1028/JarBundler/releases/tag/v2.4

Upvotes: 1

Related Questions