Skip to content

Release 0.1.0

Choose a tag to compare

@parttimenerd parttimenerd released this 02 Jan 19:45
· 9 commits to main since this release

Release 0.1.0

  • Initial implementation

Installation

Maven

<dependency>
    <groupId>me.bechberger</groupId>
    <artifactId>execjar</artifactId>
    <version>0.1.0</version>
</dependency>

Direct Download

Download from the assets below:

  • execjar.jar - Executable JAR file (requires Java 11+)
  • execjar - Standalone launcher script (Unix/Linux/macOS)

Usage:

# Using the script (recommended for Unix-like systems)
chmod +x execjar
./execjar myapp.jar

# Using the JAR directly
java -jar execjar.jar myapp.jar