sormuras / bach-demo-javafx

⭐ Bach + JavaFX

Home Page:https://github.com/sormuras/bach

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Bach + JavaFX App

A demo of building a modular application with Bach based on HelloFX/CLI by OpenJFX.

Prepare

  • Download JDK 22 or later
  • Clone this repository with submodules

Build

Change into the base directory of your cloned project and call:

java @build

Run via Java Launcher

  • Linux/Mac
java --module-path .bach/out/main/modules:lib --module demo
  • Windows
java --module-path .bach\out\main\modules;lib --module demo

Run via custom runtime image

  • Linux/Mac
.bach/out/main/image/bin/demo
  • Windows
.bach\out\main\image\bin\demo

About

⭐ Bach + JavaFX

https://github.com/sormuras/bach

License:MIT License


Languages

Language:Java 100.0%