About 10,600,000 results
Open links in new tab
  1. Creating an installer for Java desktop application

    Feb 4, 2013 · jpackage can create installers for Linux, Mac and Windows operating system. You can create a specific runtime by using jlink. jpackage needs some 3rd party free software for creating Windows bundles: * To create .exe bundle, it uses Wix. * To create .msi bundle, it uses Inno. Wix is now the only dependency to create both exe and msi bundles.

  2. JPackage : Create MSI/EXE Installer for Java App - HowToDoInJava

    Apr 13, 2025 · The jpackage is a command-line tool introduced in Java 14 and helps create native installable packages (.exe, .msi, .dmg, .pkg, .deb, .rpm) for Windows, macOS, and Linux. Jpackage bundles Java applications along with a Java runtime (JRE) image, ensuring that end users do not need to install Java separately.

  3. How can I package a Java desktop application? - Stack Overflow

    Oct 27, 2011 · The modern solution to deploying a Java-based desktop app is to bundle a JVM with your app, delivered to the user as a double-clickable package just like other "normal" apps. Think of the JVM as another dependency to be incorporated within your final app.

  4. Creating Installers for Java Applications with jpackage

    Oct 26, 2024 · In this blog post, I’ll explore how to use jpackage to create installers for different operating systems, with a focus on creating an MSI installer for Windows. What is jpackage? jpackage is a packaging tool that comes bundled with …

  5. How do I bundle a JRE in my JAR, so that it can run on systems …

    Jul 8, 2017 · From Java 14 onwards you can use jpackager to create an installer or installable for your application. This will include an embedded JRE and a custom launcher. Finally, you could consider using GraalVM to generate a executable binary for application.

  6. How To Bundle An Application With Jre? - ingenuitydisplay.com

    Dec 30, 2023 · To implement a bundled JRE solution with an application jar, you can create an Inno Setup script that copies the JRE into the install exe. The Java Packaging tools can be used to package self-contained applications.

  7. How to create installer for Java application | Blog | JxBrowser

    Mar 23, 2022 · Starting from Java 16, JDK comes with jpackage. This tool packages an application into a bundle with a built-in JRE and wraps it into a native installer and executable. In this article, I’ll demonstrate how to use jpackage with a JxBrowser application.

  8. How to Use JPackage to Create Native Installers for Java

    Apr 16, 2024 · JPackage is a command-line utility designed to package Java applications into native platform installers. By taking a Java application and a Java runtime image as inputs, JPackage produces an application image with all dependencies bundled in, streamlining the installation process for users.

  9. How to Create Platform-Specific Installers for Your Java Applications ...

    Nov 18, 2020 · This new tool is surprisingly easy to use, and bundles together all the jars for your application, and dependencies into an operating system specific installer. You can create .deb files on Linux, .MSI files on Windows, and dmg on macOS.

  10. 7 Self-Contained Application Packaging - Oracle

    This topic describes how to generate the package for a self-contained application. A self-contained application contains your Java or JavaFX application and the JRE needed to run the application.

  11. Some results have been removed
Refresh