Skip to content

tploc-class/maven-javafx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Maven JavaFX Starter

A minimal JavaFX 21 application built with Maven.

Prerequisites

  • Java 21 (JDK). Check with java -version.
  • Maven 3.8+ (mvn -v).

Run

mvn clean javafx:run

Build Jar

mvn clean package

The produced JAR in target/ will be modular but still requires JavaFX runtime modules on the module path when running manually.

Notes

The os-maven-plugin automatically sets the correct JavaFX classifier for your platform (e.g. mac-aarch64). If you change Java versions, update the maven.compiler.release property.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages