https://github.com/mageddo/jexec
Standalone, Cross OS double click jar executor
https://github.com/mageddo/jexec
Last synced: 4 months ago
JSON representation
Standalone, Cross OS double click jar executor
- Host: GitHub
- URL: https://github.com/mageddo/jexec
- Owner: mageddo
- License: apache-2.0
- Created: 2023-02-24T23:48:57.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2023-02-25T00:54:16.000Z (over 3 years ago)
- Last Synced: 2025-08-08T02:50:54.368Z (10 months ago)
- Language: Batchfile
- Size: 6.84 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# jexec
Standalone, Cross OS double click jar executor
## Development
To create the sample jar
```bash
$ cd src/main/java
$ jar cvfm app.jar MANIFEST.MF Main.class
$ java -jar app.jar
Hello World: []
```