Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/maxchang3/jarconvertedmacapp
I convert some jar applications to .app using jar2app by dante-biase. They can work well on arm/x86_64 macOS with your own jdk(So you must install jdk by yourself).
https://github.com/maxchang3/jarconvertedmacapp
jd-gui logisim stegsolve
Last synced: about 1 month ago
JSON representation
I convert some jar applications to .app using jar2app by dante-biase. They can work well on arm/x86_64 macOS with your own jdk(So you must install jdk by yourself).
- Host: GitHub
- URL: https://github.com/maxchang3/jarconvertedmacapp
- Owner: MaxChang3
- Created: 2021-12-09T06:21:28.000Z (almost 3 years ago)
- Default Branch: master
- Last Pushed: 2022-07-12T07:09:47.000Z (over 2 years ago)
- Last Synced: 2023-03-06T05:10:43.292Z (over 1 year ago)
- Topics: jd-gui, logisim, stegsolve
- Homepage:
- Size: 255 KB
- Stars: 2
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## TL;DR
I convert some jar applications to `.app` using dante-biase's [jar2app](https://github.com/dante-biase/jar2app).
They can work well on arm/x86_64 macOS with your JDK(So you must install JDK yourself). You can download them in the release.
App lists:
|App Name|Intro|
|-------|-----|
|[jd-gui](https://github.com/java-decompiler/jd-gui)|Java Decompiler|
|[LogiSim](http://www.cburch.com/logisim/)|Logic circuits simulator|
|[LogiSim-Evolution](https://github.com/logisim-evolution/logisim-evolution)|Logisim's evolution|
|StegSolve| CTF Steg problems' solver|## Detail
In macOS, the elegant way to run a jar file is packing it to an app file, since many developers build their java applications in this way.Also, there are many simple way to package the `.jar` file like [jar2app](https://github.com/Jorl17/jar2app) and another [jar2app](https://github.com/dante-biase/jar2app).
The first one does not support arm natively, but the second can do due to its simple principle.
So I convert these applications' .jar files to .app using dante-biase's [jar2app](https://github.com/dante-biase/jar2app). You can download them in the release.
For all that, I highly recommend you convert it by yourself. It's not so hard, just read [jar2app](https://github.com/dante-biase/jar2app)'s README and one-line command.
~~A part of icons are "designed" (combined in fact) myself mainly using [pixabay](https://pixabay.com/).~~(okay...that sucks :( )