Tag

Java packaging

0 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Nov 13, 2023 · Backend Development

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

This tutorial walks through converting a functional Spring Boot JAR into a Windows executable using exe4j, bundling a local JRE, and creating a user‑friendly installer with Inno Setup, providing step‑by‑step screenshots and configuration details for non‑technical end users.

Executable installerInno SetupJava packaging
0 likes · 5 min read
Packaging a Spring Boot Application into an Executable Installer with exe4j and Inno Setup
Top Architect
Top Architect
Aug 23, 2021 · Backend Development

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

This guide walks through converting a Spring Boot JAR into a Windows executable using exe4j, configuring the EXE for 32/64‑bit compatibility, adding VM parameters, and then packaging the EXE together with a local JRE into an installer with Inno Setup, providing step‑by‑step screenshots and script details.

ExecutableInno SetupInstallation
0 likes · 5 min read
How to Package a Spring Boot Application into an Executable (EXE) Using exe4j and Inno Setup