Skip to content

Initial, empty JavaFx application project. Prepared to be used with Intellij Idea. Can be build with gradle.

Notifications You must be signed in to change notification settings

alfrepo/EmptyProject-JavaFX-Idea-Gradle

Repository files navigation

gradlewj

The file "gradlewj.bat" defines the path to a JDK.
It may be used, when another java, than defined via JAVA_HOME is needed for the project.
Modify that file, so that the path in it points to your JDK.

Use it, as if you would use gradlew.

gradlewj <GRADLEW COMMANDS>

Build

To package the project as a jar type:

gradlew build

The output will be under .\out

Run

To run the project as a java applicaiton type

gradlew run

The application will be started.

About

Initial, empty JavaFx application project. Prepared to be used with Intellij Idea. Can be build with gradle.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published