Skip to content

kavedaa/sbt-javafx

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

65 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

sbt-javafx

sbt-javafx is a plugin for SBT (Simple Build Tool) for packaging JavaFX applications.

Quick start

Add an .sbt file (e.g. plugins.sbt) to the project's project directory, with the following content:

addSbtPlugin("no.vedaadata" %% "sbt-javafx" % "0.7")

A minimal .sbt build file (e.g. build.sbt) could then look like this:

name := "my-javafx-application"

jfxSettings

JFX.mainClass := Some("mypackage.MyJavaFXApplication")

To package the application, simply run the package-javafx task.

More details:

About

JavaFX plugin for SBT

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages