From 327ec8aa639ceab66b73f90bbffc0d8fca6ce49a Mon Sep 17 00:00:00 2001 From: Jakob Heher Date: Mon, 4 Apr 2022 14:37:48 +0200 Subject: add bundled JRE to windows --- ...nJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip | Bin 0 -> 42702271 bytes pdf-over-gui/pom.xml | 46 ++++++++++----------- pdf-over-gui/src/main/resources/izpack/install.xml | 1 + 3 files changed, 24 insertions(+), 23 deletions(-) create mode 100644 jre-bundles/OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip diff --git a/jre-bundles/OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip b/jre-bundles/OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip new file mode 100644 index 00000000..5093c248 Binary files /dev/null and b/jre-bundles/OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1.zip differ diff --git a/pdf-over-gui/pom.xml b/pdf-over-gui/pom.xml index 5647098b..30be24b5 100644 --- a/pdf-over-gui/pom.xml +++ b/pdf-over-gui/pom.xml @@ -291,6 +291,24 @@ + + copy-jre + package + + copy-resources + + + ${staging.dir}/jre + + + ${project.basedir}/../jre-bundles + + ${bundled-jre.archiveName} + + + + + @@ -318,9 +336,7 @@ . src/main/resources/icons/icon.ico - %JAVA_HOME%;%PATH% - true - 1.8.0 + jre/${bundled-jre.nameInArchive} ${version.exe} @@ -355,9 +371,7 @@ . src/main/resources/icons/icon.ico - %JAVA_HOME%;%PATH% - true - 1.8.0 + jre/${bundled-jre.nameInArchive} ${version.exe} @@ -392,9 +406,7 @@ . src/main/resources/icons/icon.ico - %JAVA_HOME%;%PATH% - true - 1.8.0 + jre/${bundled-jre.nameInArchive} ${version.exe} @@ -476,29 +488,17 @@ linux - - windows-64 - - - windows - amd64 - - - - org.eclipse.swt.win32.win32.x86_64 - windows - - windows windows - x86 org.eclipse.swt.win32.win32.x86_64 + OpenJDK11U-jre_x64_windows_hotspot_11.0.14.1_1 + jdk-11.0.14.1+1-jre windows diff --git a/pdf-over-gui/src/main/resources/izpack/install.xml b/pdf-over-gui/src/main/resources/izpack/install.xml index 249ed00a..c8170bd4 100644 --- a/pdf-over-gui/src/main/resources/izpack/install.xml +++ b/pdf-over-gui/src/main/resources/izpack/install.xml @@ -61,6 +61,7 @@ + -- cgit v1.2.3