| Document Status | Initial Draft |
|---|
See Creating Project
All Java and JavaFX files will be compiled and results of compilation stored in /build/classes/subfolder of a project repeating structure of the source folders at lower levels directory, and JAR created in /dist/ directory.
java -jar "JavaFXApplication.jar" javafxapplication.Main
where JavaFXApplication is name of the project and javafxapplication.Main is main class of the project and package in which it is located
| Rename.png | ![]() |
58730 bytes |
| buildProject.png | ![]() |
47598 bytes |
| createProject.png | ![]() |
54213 bytes |
| nameAndLocation.png | ![]() |
68465 bytes |