Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/edwinm/jarx
Runs the JVM from an executable. Use it to make running your Java programs on Windows easy.
https://github.com/edwinm/jarx
Last synced: 3 days ago
JSON representation
Runs the JVM from an executable. Use it to make running your Java programs on Windows easy.
- Host: GitHub
- URL: https://github.com/edwinm/jarx
- Owner: edwinm
- License: mit
- Created: 2011-03-13T21:51:26.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2013-02-02T12:34:13.000Z (almost 12 years ago)
- Last Synced: 2024-04-14T22:45:18.347Z (7 months ago)
- Language: C
- Homepage: http://www.bitstorm.org/jarx/
- Size: 3.32 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README
- License: license.txt
Awesome Lists containing this project
README
Jarx makes running Java programs on Windows easy.
You can use it to start Java programs by just double clicking a .jar file
or start a Java program by double clicking a configured .exe file.The source shows how to call the JVM from C source code and even run Java commands from C.
Website: http://www.bitstorm.org/jarx/
This software is released under the MIT license.