JavaFX Tutorial: Template to build a JavaFX application with Maven as a JAR with dependencies

Frank Delporte October 2, 2024
Video Thumbnail

About

No channel description available.

Video Description

This video is a walk-through of a Maven project that you can use as a template to create a new JavaFX project that gets packaged with Maven as a so-called "FAT JAR" so it can be easily executed on any machine with the Java runtime installed. More info in this blog post: https://webtechie.be/post/2024-10-02-javafx-maven-jar-template/ Source code used in this tutorial: https://github.com/FDelporte/javafx-jar-template 00:00 Introduction 00:20 The GitHub project 00:48 The README file in the IDE 01:10 Checking Java and Maven version 01:44 The dependencies and plugins in pom.xml 03:59 The Java sources 06:20 Running the app in the IDE 07:06 Building the app with Maven 08:03 Running the app with "java -jar"

You May Also Like