Tag

JarLauncher

0 views collected around this technical thread.

Java Architect Essentials
Java Architect Essentials
Feb 8, 2022 · Backend Development

Understanding Spring Boot Executable JAR, JarLauncher, and Custom Class Loading

This article explains how Spring Boot's spring-boot-maven-plugin creates an executable JAR, describes the internal structure and Manifest, details the role of JarLauncher and the custom LaunchedURLClassLoader, and provides concrete code examples for class loading and execution.

ClassLoaderExecutable JARJarLauncher
0 likes · 21 min read
Understanding Spring Boot Executable JAR, JarLauncher, and Custom Class Loading
Java Architect Essentials
Java Architect Essentials
Oct 15, 2021 · Backend Development

Understanding Spring Boot Executable JAR Packaging and the Role of JarLauncher

This article explains how the spring-boot-maven-plugin creates a self‑contained executable JAR, describes its internal structure, the manifest configuration, and details the function of Spring Boot Loader classes such as JarLauncher and LaunchedURLClassLoader in launching the application.

Class LoaderExecutable JARJarLauncher
0 likes · 11 min read
Understanding Spring Boot Executable JAR Packaging and the Role of JarLauncher
Architecture Digest
Architecture Digest
Aug 20, 2021 · Backend Development

Understanding Spring Boot Executable JAR Packaging and the JarLauncher Mechanism

This article explains how Spring Boot's spring-boot-maven-plugin creates an executable JAR, details the internal JAR layout, the role of the JarLauncher and custom class loader, and walks through the launch process and related source code.

ClassLoaderExecutableJarJarLauncher
0 likes · 11 min read
Understanding Spring Boot Executable JAR Packaging and the JarLauncher Mechanism
Top Architect
Top Architect
Apr 18, 2021 · Backend Development

Understanding Spring Boot Executable JAR Packaging and the Role of JarLauncher

This article explains how Spring Boot's spring-boot-maven-plugin creates an executable fat JAR, details its internal structure, the purpose of the JarLauncher class, and the custom class loading mechanisms used to launch the application, including code examples and manifest analysis.

ClassLoaderExecutable JARJarLauncher
0 likes · 12 min read
Understanding Spring Boot Executable JAR Packaging and the Role of JarLauncher
Java Captain
Java Captain
Feb 19, 2021 · Backend Development

Understanding Spring Boot Executable JAR Packaging and the Role of JarLauncher

This article explains how Spring Boot's spring-boot-maven-plugin creates an executable JAR, describes the internal JAR structure, the function of the JarLauncher class, and details the custom class loader mechanisms that enable Spring Boot applications to run directly with java -jar.

ClassLoaderExecutable JARJarLauncher
0 likes · 15 min read
Understanding Spring Boot Executable JAR Packaging and the Role of JarLauncher