PROGRAMMING // MACOS // JAVA

jpackage Building and Deploying a Java Application on MacOS

Or… How to get all of the pieces together for distribution through a website for an Apple Mac Application

synapticloop
11 min readNov 23, 2023

--

Java, JavaFX, jlink, jpackage, codesign, notarytool — so many commands, and how to put it all together so that you can provide a downloadable disk image (.dmg) from a website.

The code for this project (with the updated splashscreen, application icons and

--

--