From 98cc9ed85003576b3c6b5132e09fb5f6818329f5 Mon Sep 17 00:00:00 2001 From: herrtunante Date: Thu, 6 Jul 2023 15:36:08 +0200 Subject: [PATCH] Fix JAVA installation folder back to original java --- .../main/resources/CollectEarthUpdater.xml | 2 +- .../src/main/resources/java.xml | 32 +++++++++---------- 2 files changed, 17 insertions(+), 17 deletions(-) diff --git a/collect-earth/collect-earth-installer/src/main/resources/CollectEarthUpdater.xml b/collect-earth/collect-earth-installer/src/main/resources/CollectEarthUpdater.xml index 7749f3d1b0..53ed2e8a75 100644 --- a/collect-earth/collect-earth-installer/src/main/resources/CollectEarthUpdater.xml +++ b/collect-earth/collect-earth-installer/src/main/resources/CollectEarthUpdater.xml @@ -284,7 +284,7 @@ - Please QUIT THE COLLECT EARTH WINDOW before proceeding with the update! The update will fail if Collect Earth is running! + You need to quit Collect Earth and re-start it for the update to finalize! lzma diff --git a/collect-earth/collect-earth-installer/src/main/resources/java.xml b/collect-earth/collect-earth-installer/src/main/resources/java.xml index fc9e644ffe..b411b6af01 100644 --- a/collect-earth/collect-earth-installer/src/main/resources/java.xml +++ b/collect-earth/collect-earth-installer/src/main/resources/java.xml @@ -9,7 +9,7 @@ Java binaries - Microsoft Windows - ${installdir}/jre11 + ${installdir}/java java_windows windows-x64 windows @@ -32,7 +32,7 @@ Java binaries - Linux - ${installdir}/jre11 + ${installdir}/java java_linux linux @@ -47,7 +47,7 @@ Java binaries - Linux-x64 - ${installdir}/jre11 + ${installdir}/java java_linux_x64 linux-x64 @@ -62,7 +62,7 @@ Java binaries - Solaris Sparc - ${installdir}/jre11 + ${installdir}/java java_solaris_sparc solaris-sparc @@ -77,7 +77,7 @@ Java binaries - Solaris Intel - ${installdir}/jre11 + ${installdir}/java java_solaris_intel solaris-intel @@ -92,7 +92,7 @@ Java binaries - Mac OS X - ${installdir}/jre11 + ${installdir}/java java_osx osx @@ -134,11 +134,11 @@ java_executable - ${installdir}/jre11/bin/java + ${installdir}/java/bin/java java_executable - ${installdir}/jre11/bin/javaw.exe + ${installdir}/java/bin/javaw.exe @@ -156,12 +156,12 @@ - + - You must close the application ${project.fullName} before launching the updater otherwise the process will fail! + Please QUIT THE COLLECT EARTH WINDOW before proceeding with the update! The update will fail if Collect Earth is running! @@ -173,22 +173,22 @@ - + - + - + - + - + - +