diff options
| author | Michael Peter Christen <mc@yacy.net> | 2023-08-31 17:52:30 +0200 |
|---|---|---|
| committer | Michael Peter Christen <mc@yacy.net> | 2023-08-31 17:52:30 +0200 |
| commit | 6bd5f49c412be8edaadc5bc707dcd2a521207da5 (patch) | |
| tree | 53869f51c21e5ae8d99ac18dbf352cb3b5bf524f /build.nsi | |
| parent | 376bcfd54c08d4408fd8258fe702e60a9ac9cf8f (diff) | |
Migrated from java 8 to java 11. This step is required to upgrade certain packages, most important solr which will be migrated from 8.9 to 9.x
Diffstat (limited to 'build.nsi')
| -rw-r--r-- | build.nsi | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -159,7 +159,7 @@ Section "check Java 8 installed" Sec_Java_id Retry: ReadRegStr $InstalledJREVersion HKLM "SOFTWARE\JavaSoft\Java Runtime Environment" "CurrentVersion" - ${If} $InstalledJREVersion != "1.8" + ${If} $InstalledJREVersion != "11" MessageBox MB_ICONEXCLAMATION|MB_YESNO "$(yacyNoJavaFoundOpenBrowser)" IDNO ContinueWithoutJava ExecShell open "https://adoptium.net/de/temurin/releases/?version=8" |
