Skip to content

Simple encapsulation of a .jar to make it an .app for macOS

License

Notifications You must be signed in to change notification settings

ApolloZhu/JarBundler

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

JarBundler

Simple encapsulation of a .jar to make it an .app for macOS

How to use?

Option 1: Injection

  • Download release: JarBundler.app.zip
  • Unzip
  • Right click on JarBundler.app, select Show Package Contents
  • Goto /Contents/Resources
  • Drop your .jar file here
  • Rename it to src.jar

Option 2: From Scratch

You can set let DEBUG = true to see output and error log from java

  • Open the project
  • Select target JarBundler in the project
  • Select Build Phases
  • In Copy Bundle Resources, click +, and add your .jar file
  • Rename .jar file to src.jar
  • Compile

About

Simple encapsulation of a .jar to make it an .app for macOS

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages