Tag

Executable Packaging

1 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Dec 16, 2022 · Backend Development

How to Package a Spring Boot Application into an Executable (EXE) Using exe4j and Inno Setup

This guide walks through converting a functional Spring Boot jar into a Windows executable using exe4j, then bundling the exe with a local JRE into a single installer with Inno Setup, providing step‑by‑step instructions, required tools, configuration details, and a code snippet for the installer script.

Executable PackagingInno SetupJava
0 likes · 5 min read
How to Package a Spring Boot Application into an Executable (EXE) Using exe4j and Inno Setup
Java Architect Essentials
Java Architect Essentials
Oct 12, 2021 · Backend Development

Packaging a Spring Boot Application into an Executable Installer with exe4j and Inno Setup

This tutorial walks through preparing a functional Spring Boot JAR, converting it to an EXE with exe4j, bundling a local JRE, and creating a single‑click installer using Inno Setup, enabling non‑technical users to install and run the application without a separate Java environment.

Executable PackagingInno SetupJava
0 likes · 5 min read
Packaging a Spring Boot Application into an Executable Installer with exe4j and Inno Setup