Overview
Discover how to create native packages for deploying Java applications using the jpackage tool introduced in JDK 14. Learn about the tool's capabilities to generate installable packages for Windows (.exe and .msi), macOS (.dmg), and Linux (.rpm and .deb). Explore the synergy between jpackage and jlink in delivering standalone applications with the necessary JDK modules. Gain insights into the practical usage of jpackage through numerous examples and demonstrations across different platforms. Delve into topics such as custom JDK creation, JavaFX and JavaME implementations, and platform-specific packaging for Linux and Debian. This comprehensive talk, presented by Kevin Rushforth from the Oracle Java Team and OpenJFX project co-lead, offers valuable knowledge for Java developers looking to streamline their application deployment process.
Syllabus
Intro
What is Java Package
Why do we need Java Package
What is Jlink
Java Package
J Package
Tool Provider
JavaFX example
JavaME example
Custom JDK
JDK 11 LTS
Console App
Swingset Demo
Mac Demo
Custom Runtime Demo
Demos
Linux
Debian Linux
Wrapup
Taught by
Devoxx