Update fome_console.xml to use open-source JAVA distribution (#216)

I would strongly advise to switch to an open-source distribution due to ORACLE changing their license to be non-free some time ago.
Recommended is a version with long-time support (LTS)
This commit is contained in:
mi-hol 2023-08-19 10:07:36 +02:00 committed by GitHub
parent 46213e69f4
commit 87e4743e9e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -8,7 +8,7 @@
<cmdLine></cmdLine>
<chdir>.</chdir>
<priority>normal</priority>
<downloadUrl>http://java.com/download</downloadUrl>
<downloadUrl>https://adoptium.net/download/</downloadUrl>
<supportUrl></supportUrl>
<stayAlive>false</stayAlive>
<restartOnCrash>false</restartOnCrash>
@ -23,4 +23,4 @@
<jdkPreference>preferJre</jdkPreference>
<runtimeBits>64/32</runtimeBits>
</jre>
</launch4jConfig>
</launch4jConfig>