Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 436 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 436 Bytes

ScalaFX executable JAR

Demo application showing how to build an executable jar when developing ScalaFX app.

Packaging application into executable JAR

  1. Execute the following command: sbt assembly

  2. Find a file named scalafx-executable-jar-assembly-1.0.jar the target/ folder

  3. This file can be used to run the application either by double clicking or by executing java -jar scalafx-executable-jar-assembly-1.0.jar