https://github.com/apollozhu/jarbundler
Simple encapsulation of a .jar to make it an .app for macOS
https://github.com/apollozhu/jarbundler
jar macos-sierra util
Last synced: about 1 month ago
JSON representation
Simple encapsulation of a .jar to make it an .app for macOS
- Host: GitHub
- URL: https://github.com/apollozhu/jarbundler
- Owner: ApolloZhu
- License: mit
- Created: 2016-12-16T03:19:49.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-12-16T04:10:43.000Z (over 8 years ago)
- Last Synced: 2025-02-06T00:41:52.518Z (3 months ago)
- Topics: jar, macos-sierra, util
- Language: Swift
- Homepage:
- Size: 11.7 KB
- Stars: 2
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# JarBundler
Simple encapsulation of a .jar to make it an .app for macOS## How to use?
### Option 1: Injection
- Download release: [JarBundler.app.zip](https://github.com/ApolloZhu/JarBundler/releases/download/1.0.0/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