Logo

dev-resources.site

for different kinds of informations.

JavaFX In Action #12 with Steve Hannah about jDeploy, to distribute your Java app as a native bundle

Published at
12/12/2024
Categories
java
javafx
Author
fdelporte
Categories
2 categories in total
java
open
javafx
open
Author
9 person written this
fdelporte
open
JavaFX In Action #12 with Steve Hannah about jDeploy, to distribute your Java app as a native bundle

Building a Java(FX) app is easy and fun, but how do you efficiently distribute it to different systems? jpackage and GraalVM can help, but jDeploy makes things even more effortless by handling all the packaging and providing an upgrading flow! In this "JFX In Action" interview, you'll learn how this works from Steve Hannah, the creator of jDeploy.

About Steve

Steve Hannah is the creator of jDeploy, Xataface, SWeTE, PDF OCR X, and Java-Objective-C bridge. He's also the co-founder of Web Lite Translation Corp. and software engineer at Codename One.

You can find him on LinkedIn, Twitter, and his blog.

About jDeploy

jDeploy helps you distribute your Java app as a native bundle to macOS, Linux, and Windows without the usual hassles. First, you create an executable JAR and then use jDeploy to publish it. Your users can then download a native app installer which also guarantees that they are on the latest version.

Why use jDeploy?

Links

Video content

00:00 Who is Steve?

02:27 What is JDeploy?

07:39 JDeploy compared to GraalVM

09:16 Demo of SnapCharts distributed with JDeploy

10:46 JDeploy can use NPM and GitHub for distribution

12:17 How JDeploy installs the correct runtime

14:43 Using GitHub Actions for continuous delivery

16:49 Distribute from a branch or from a release tag

18:41 How to create a self-signed DMG

25:13 Demo of a Docker log application and its JDeploy config in the UI

More JFX In Action...

Click here for more posts with JFX In Action videos.

javafx Article's
30 articles in total
Favicon
GUI Design with JavaFX Layout Managers
Favicon
Give your app a modern look with FxPopup
Favicon
JavaFX In Action #12 with Steve Hannah about jDeploy, to distribute your Java app as a native bundle
Favicon
JavaFX In Action #11 with Almas Baim about FXGL, a multipurpose game library for JavaFX
Favicon
JavaFX In Action #10 with Clément de Tastes about QuarkusFX, combining the strengths of Quarkus and JavaFX
Favicon
OSD Final Chapter: Part 3
Favicon
OSD Final Chapter: Part 2
Favicon
JavaFX In Action #8 with Ulas Ergin: How JavaFX helps to migrate from Swing to React UIs, all combined in one Java app
Favicon
Desktop E-commerce Application
Favicon
JavaFX Dock project
Favicon
JavaFX In Action with Daniel Zimmermann about JavaFX and Kotlin
Favicon
JavaFX In Action with Pedro Duque Vieira, aka Duke, about Hero, PDFSam, FXThemes, FXComponents,...
Favicon
JavaFX In Action with Christopher Schnick about XPipe, an app to manage all your servers
Favicon
JavaFX In Action with Robert Ladstätter about LogoRRR, a cross-platform log analysis tool
Favicon
Devlog - Creating a MVCI JavaFX Application
Favicon
Book review - Frontend Development with JavaFX and Kotlin
Favicon
Search in Documentation with a JavaFX ChatGPT-like LangChain4j Application
Favicon
How to assign shortcut to a button in fxml
Favicon
A JavaFX Game Application in a Single Java File with JBang and FXGL
Favicon
How to Create an Executable .jar file for JavaFX using Maven
Favicon
How to use the JavaFX library Medusa to display weather data
Favicon
JavaFX en Eclipse
Favicon
JFxBorderlessNative provide Windows Native Aero Snap support for UNDECORATED view in JavaFx
Favicon
How to Set Up JavaFX in IntelliJ IDEA with Maven
Favicon
Arabic Text Rendering Issues in JavaFX
Favicon
Hide JavaFX FXML Warnings in IntelliJ IDEA
Favicon
Using Sass in your JavaFX project
Favicon
Animating using sliders in JavaFX and SceneBuilder
Favicon
Multithreading example with video play by JavaFx
Favicon
Idaesbasic - An all in one project manager

Featured ones: