https://github.com/praj-foss/modular-jfx-template
A starting template for creating stand-alone JavaFX 9 apps
https://github.com/praj-foss/modular-jfx-template
Last synced: 2 months ago
JSON representation
A starting template for creating stand-alone JavaFX 9 apps
- Host: GitHub
- URL: https://github.com/praj-foss/modular-jfx-template
- Owner: praj-foss
- License: wtfpl
- Created: 2018-01-03T06:35:09.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2018-01-03T06:45:43.000Z (over 7 years ago)
- Last Synced: 2025-01-17T08:35:53.099Z (4 months ago)
- Language: Java
- Homepage:
- Size: 51.8 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## modular-jfx-template
#### A starting template for creating stand-alone JavaFX 9 apps, using modularity of Java 9## Distributing stand-alone packages
- Make sure you have JDK 1.9 (or higher) installed.
- In the root folder of project, use the following command:
In Linux or Mac
```
./gradlew dist
```
In Windows
```
gradlew dist
```
- The generated files can be found inside: **build/dist/**
- Archive those files and ship them anywhere## License
[WTFPL License](LICENSE): You're free to do absolutely anything
## Thank you!