Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dariuszzbyrad/javafx
Extremely simple project in JavaFX. There is contains all necessary configuration to create runnable jar file.
https://github.com/dariuszzbyrad/javafx
Last synced: about 2 months ago
JSON representation
Extremely simple project in JavaFX. There is contains all necessary configuration to create runnable jar file.
- Host: GitHub
- URL: https://github.com/dariuszzbyrad/javafx
- Owner: dariuszzbyrad
- Created: 2018-12-12T08:10:08.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2019-01-12T19:45:00.000Z (almost 6 years ago)
- Last Synced: 2024-10-19T12:44:33.445Z (3 months ago)
- Language: Java
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Runnable JavaFx
To generate jar file use `mvn jfx:jar`. The result jar file is in the `target/jfx/app directory`.
If you want run jar by double click in the Windows, use this one:
[Jarfix](http://johann.loefflmann.net/en/software/jarfix/index.html)