Compare commits

...

14 Commits

Author SHA1 Message Date
d9d6db6913 Merge pull request 'release/v1.2.0' (#31) from release/v1.2.0 into master
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #31
2024-06-01 19:29:10 +02:00
david
190ed8d227 Updating CHANGELOD.md
All checks were successful
continuous-integration/drone/pr Build is passing
2024-06-01 19:24:06 +02:00
ea6923df79 Merge pull request 'Adding parameter to add additional modules to optimized JDK' (#30) from feature/add_modules into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #30
2024-06-01 19:22:27 +02:00
david
6969e81737 Adding parameter to add additional modules to optimized JDK
All checks were successful
continuous-integration/drone/pr Build is passing
2024-06-01 19:02:02 +02:00
15c6543eaf Merge pull request 'master' (#29) from master into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #29
2024-05-31 21:04:47 +02:00
2b6490a23f Merge pull request 'release/v1.1.0' (#28) from release/v1.1.0 into master
All checks were successful
continuous-integration/drone/push Build is passing
continuous-integration/drone/pr Build is passing
Reviewed-on: #28
2024-05-31 20:16:28 +02:00
david
6f4819448f Adding Unreleased again.
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-31 20:10:14 +02:00
david
1e118f4db6 Updating CHANGELOG.md for release 2024-05-31 20:02:10 +02:00
36c4b20cb8 Merge pull request 'feature/creating_macos_application_bundle' (#27) from feature/creating_macos_application_bundle into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #27
2024-05-31 15:31:35 +02:00
david
08867fbc1b Updating CHANGELOG.md
All checks were successful
continuous-integration/drone/pr Build is passing
2024-05-31 15:19:30 +02:00
david
85898ce5f2 Updating CHANGELOG.md, adding infos to README.md and improving help 2024-05-31 15:08:43 +02:00
david
0966dd2d2e zip only the app folder without additional execution 2024-05-31 14:13:32 +02:00
david
7dad79e97a Adding first draft of creating MacOs Application Bundle 2024-05-30 12:35:22 +02:00
277a896f16 Merge pull request 'master' (#26) from master into develop
All checks were successful
continuous-integration/drone/push Build is passing
Reviewed-on: #26
2024-05-20 21:53:51 +02:00
3 changed files with 130 additions and 78 deletions

View File

@ -7,16 +7,28 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
## [Unreleased]
## [1.0.0] - 2024-05-20
## [v1.2.0] - 2024-06-01
### Added
- Additional modules that aren't fetched by jdeps can be added with `--add-modules module_1,...,module_n`
## [v1.1.0] - 2024-05-31
### Changed
- Improved macOS runnable execution in the tar.gz file. The executable file is now placed inside a folder named `application.app`, allowing it to be launched with a double-click.
## [v1.0.0] - 2024-05-20
### Changed
- Script warp4j improved to support running on aarch64 architecture
- Install script improved to run with /bin/sh
- Dockerfile changed to use install.sh script (Works on x64 and aarch64 architecture)
### Added
- Dockerfile_x64 with old build script for tests
- Script warp4j improved to support to run on aarch64 architecture
## [origin warp4j] - 2019-02-28
- See origin repository: https://github.com/guziks/warp4j
[unreleased]: https://git.phoenix.ipv64.de/public/warp4j/compare/master...HEAD
[1.0.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/stable...master
[v1.2.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/v1.1.0...v1.2.0
[v1.1.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/v1.0.0...v1.1.0
[v1.0.0]: https://git.phoenix.ipv64.de/public/warp4j/compare/stable...v1.0.0
[origin warp4j]: https://github.com/guziks/warp4j

113
README.md
View File

@ -4,12 +4,12 @@ Turn JAR (java archive) into self-contained executable in a single command.
## Features
- downloads java runtimes automatically
- makes runtimes optimized for your application
- creates self-contained binaries for Linux, macOS and Windows using [warp-packer](https://git.phoenix.ipv64.de/public/warp)
- works on Linux, macOS and Windows (with Windows Subsystem for Linux)
- supports cross "compilation"
- does not require neither JDK nor JRE installed
- Downloads Java runtimes automatically
- Makes runtimes optimized for your application
- Creates self-contained binaries for Linux, macOS, and Windows using [warp-packer](https://git.phoenix.ipv64.de/public/warp)
- Works on Linux, macOS, and Windows (with Windows Subsystem for Linux)
- Supports cross "compilation"
- Does not require either JDK or JRE installed
## TL;DR
@ -17,19 +17,19 @@ Just put both `warp4j` and `warp-packer` somewhere in your PATH and run `warp4j
## Install
Curl one-liner installs latest versions of both `warp4j` and `warp-packer`:
Curl one-liner installs the latest versions of both `warp4j` and `warp-packer`:
```
```sh
bash -c "$(curl -fsSL https://git.phoenix.ipv64.de/public/warp4j/raw/branch/master/install.sh)"
```
This script will show missing dependencies (if there are any), they must be installed with your package manager.
This script will show missing dependencies (if there are any); they must be installed with your package manager.
See more install methods [here](INSTALL.md).
## Usage
```
```sh
$ ls
my-app.jar
@ -53,62 +53,87 @@ my-app-windows-x64.zip
See help:
```
$ wapr4j --help
```sh
$ warp4j --help
Usage: warp4j [options] <app.jar>
Turn JAR (java archive) into self-contained executable
Turn JAR (java archive) into a self-contained executable
Options:
-j, --java-version <version>
override JDK/JRE version
examples: "17", "17.0", "17.0.2", "17.0.2+9"
Override JDK/JRE version
Examples: "17", "17.0", "17.0.2", "17.0.2+9"
(default: 17)
-cp, --class-path <classpath>
adds additional classpaths to the jdeps call
--auto-class-path extract and get class-path values from jar file
ignored when -cp, --class-path is set
--spring-boot extract and get class-path values from
Adds additional classpaths to the jdeps call
--auto-class-path Extract and get class-path values from jar file
Ignored when -cp, --class-path is set
--spring-boot Extract and get class-path values from
Spring-Boot application jar file
ignored when -cp, --class-path is set
Ignored when -cp, --class-path is set
-o, --output <directory>
override output directory;
this is relative to current PWD
Override output directory;
This is relative to current PWD
(default: ./warped)
-p, --prefix <prefix>
if set, warp-packer will use the prefix
as target folder in which the
If set, warp-packer will use the prefix
as target folder in which the
application should be extracted
--list show available java releases;
takes into consideration other options:
--list Show available java releases;
Takes into consideration other options:
"--java-version", "--no-optimize", "--jvm-impl";
the output may be used to specify concrete
The output may be used to specify concrete
"--java-version"
--no-optimize use JRE instead of optimized JDK;
by default jdeps and jlink are used to create
--add-modules A list of additional java modules that should
be added to the optimized JDK. Separate each
module with commas and no spaces
--no-optimize Use JRE instead of optimized JDK;
By default jdeps and jlink are used to create
optimized JDK for the particular jar;
JRE is always used for java 8
--pull check if more recent JDK/JRE distro is available;
by default latest cached version that matches
--pull Check if more recent JDK/JRE distro is available;
By default latest cached version that matches
"--java-version" is used
to get the classpath for jdeps call
--linux create binary for Linux
--macos create binary for macOS
--windows create binary for Windows
if no targets are specified then binaries for
--linux Create binary for Linux
--macos Create binary for macOS
--windows Create binary for Windows
If no targets are specified then binaries for
all targets are created
--jvm-options <options>
passed to java like this:
Passed to java like this:
"java <options> -jar <jar file>";
use quotes when passing multiple options
example: '-Xms512m -Xmx1024m'
-s, --silent using javaw instead of java for windows
-h, --help show this message
Use quotes when passing multiple options
Example: '-Xms512m -Xmx1024m'
-s, --silent Using javaw instead of java for windows
-h, --help Show this message
```
### Running on macOS
For macOS, the executable is placed inside a folder with the `.app` extension within the tar.gz file. This allows the application to be launched with a double-click.
To run the application:
1. **From the Executable**:
- Navigate to the `warped` folder.
- Find the `my-app-macos-x64` executable.
- Note: Double-clicking on “my-app-macos-x64” does not work directly because macOS does not know which program to use to open the application.
- To run it, open the terminal and navigate to the `warped` folder:
```sh
cd /path/to/warped
```
- Run the executable from the terminal:
```sh
./my-app-macos-x64
```
2. **From the tar.gz File**:
- Extract the `my-app-macos-x64.tar.gz` file.
- Navigate to the extracted folder: `my-app-macos-x64`.
- You will find a folder named `my-app.app`. For macOS this is now an executable file.
- Double-click on `my-app.app` to run the application.
## Compatibility
Tested on the following operating systems:
@ -122,4 +147,4 @@ Downloaded runtimes and prepared bundles are here:
- Linux: `$HOME/.local/share/warp4j`
- macOS: `$HOME/Library/Application Support/warp4j`
To override cache path, set `WARP4J_CACHE` environment variable.
To override cache path, set `WARP4J_CACHE` environment variable.

77
warp4j
View File

@ -4,53 +4,55 @@ function print_help {
echo
echo 'Usage: warp4j [options] <app.jar>'
echo
echo 'Turn JAR (java archive) into self-contained executable'
echo 'Turn JAR (java archive) into a self-contained executable'
echo
echo 'Options:'
echo ' -j, --java-version <version>'
echo ' override JDK/JRE version'
echo ' examples: "17", "17.0", "17.0.2", "17.0.2+9"'
echo ' Override JDK/JRE version'
echo ' Examples: "17", "17.0", "17.0.2", "17.0.2+9"'
echo ' (default: 17)'
echo ' -cp, --class-path <classpath>'
echo ' adds additional classpaths to the jdeps call'
echo ' --auto-class-path extract and get class-path values from jar file'
echo ' ignored when -cp, --class-path is set'
echo ' --spring-boot extract and get class-path values from'
echo ' Adds additional classpaths to the jdeps call'
echo ' --auto-class-path Extract and get class-path values from jar file'
echo ' Ignored when -cp, --class-path is set'
echo ' --spring-boot Extract and get class-path values from'
echo ' Spring-Boot application jar file'
echo ' ignored when -cp, --class-path is set'
echo ' Ignored when -cp, --class-path is set'
echo ' -o, --output <directory>'
echo ' override output directory;'
echo ' this is relative to current PWD'
echo ' Override output directory;'
echo ' This is relative to current PWD'
echo ' (default: ./warped)'
echo ' -p, --prefix <prefix>'
echo ' if set, warp-packer will use the prefix'
echo ' as target folder in which the '
echo ' If set, warp-packer will use the prefix'
echo ' as target folder in which the'
echo ' application should be extracted'
echo ' --list show available java releases;'
echo ' takes into consideration other options:'
echo ' --list Show available java releases;'
echo ' Takes into consideration other options:'
echo ' "--java-version", "--no-optimize", "--jvm-impl";'
echo ' the output may be used to specify concrete'
echo ' The output may be used to specify concrete'
echo ' "--java-version"'
echo ' --no-optimize use JRE instead of optimized JDK;'
echo ' by default jdeps and jlink are used to create'
echo ' --add-modules A list of additional java modules that should'
echo ' be added to the optimized JDK. Separate each'
echo ' module with commas and no spaces'
echo ' --no-optimize Use JRE instead of optimized JDK;'
echo ' By default jdeps and jlink are used to create'
echo ' optimized JDK for the particular jar;'
echo ' JRE is always used for java 8'
echo ' --pull check if more recent JDK/JRE distro is available;'
echo ' by default latest cached version that matches'
echo ' --pull Check if more recent JDK/JRE distro is available;'
echo ' By default latest cached version that matches'
echo ' "--java-version" is used'
echo ' to get the classpath for jdeps call'
echo ' --linux create binary for Linux'
echo ' --macos create binary for macOS'
echo ' --windows create binary for Windows'
echo ' if no targets are specified then binaries for'
echo ' --linux Create binary for Linux'
echo ' --macos Create binary for macOS'
echo ' --windows Create binary for Windows'
echo ' If no targets are specified then binaries for'
echo ' all targets are created'
echo ' --jvm-options <options>'
echo ' passed to java like this:'
echo ' Passed to java like this:'
echo ' "java <options> -jar <jar file>";'
echo ' use quotes when passing multiple options'
echo " example: '-Xms512m -Xmx1024m'"
echo ' -s, --silent using javaw instead of java for windows'
echo ' -h, --help show this message'
echo ' Use quotes when passing multiple options'
echo " Example: '-Xms512m -Xmx1024m'"
echo ' -s, --silent Using javaw instead of java for windows'
echo ' -h, --help Show this message'
exit
}
@ -160,6 +162,10 @@ while [[ $# -gt 0 ]]; do
LIST_RELEASES=true
shift
;;
--add-modules)
ADD_MODULES="$2"
shift 2
;;
--no-optimize)
NO_OPTIMIZE=true
shift
@ -696,6 +702,10 @@ if [[ $JAVA_DISTRO_TYPE == $DISTRO_TYPE_JDK ]]; then
echo "Fetch modules with default behavior"
MODULES=$("$JDEPS" --print-module-deps --ignore-missing-deps --multi-release $JAVA_VERSION_BASE "$JAR" | grep -v Warning)
fi
if [ -n "$ADD_MODULES" ]; then
echo "Adding additional modules to optimized JDK: $ADD_MODULES"
MODULES=$ADD_MODULES,$MODULES
fi
fi
# creates minimized runtime for the platform
@ -793,11 +803,16 @@ function warp_targets() {
--output "$WARPED_TEMP_PATH/$MAC/$APP_NAME" \
&> /dev/null
fail_if $? "Failed to warp for $MAC"
echo "Creating runnable $MAC application bundle"
mkdir "$WARPED_TEMP_PATH/$MAC/$APP_NAME.app"
cp "$WARPED_TEMP_PATH/$MAC/$APP_NAME" "$WARPED_TEMP_PATH/$MAC/$APP_NAME.app"
echo "Archiving for $MAC..."
tar -C "$WARPED_TEMP_PATH/$MAC" -czf "$WARPED_TEMP_PATH/$APP_NAME-$MAC-x64.tar.gz" "$APP_NAME"
tar -C "$WARPED_TEMP_PATH/$MAC" -czf "$WARPED_TEMP_PATH/$APP_NAME-$MAC-x64.tar.gz" "$APP_NAME.app"
fail_if $? "Failed to make archive for $MAC"
mv "$WARPED_TEMP_PATH/$APP_NAME-$MAC-x64.tar.gz" "$WARPED_PATH/"
mv "$WARPED_TEMP_PATH/$MAC/$APP_NAME" "$WARPED_PATH/$APP_NAME-$MAC-x64"
mv "$WARPED_TEMP_PATH/$APP_NAME-$MAC-x64.tar.gz" "$WARPED_PATH"
rm "$WARPED_TEMP_PATH/$MAC/$APP_NAME.app/$APP_NAME"
rmdir "$WARPED_TEMP_PATH/$MAC/$APP_NAME.app"
rmdir "$WARPED_TEMP_PATH/$MAC"
fi