<p></p>
<p><b>@maxim-belkin</b> commented on this pull request.</p>

<hr>

<p>In <a href="https://github.com/bisq-network/bisq/pull/5405#discussion_r621418358">scripts/install_java_linux.sh</a>:</p>
<pre style='color:#555'>> @@ -0,0 +1,143 @@
+#!/bin/bash
+
+# Install OpenJDK 11.0.2 on Linux
+
+set -eu
+
+# Download and install locations
+JDK_URL=https://download.java.net/java/GA/jdk11/9/GPL/openjdk-11.0.2_linux-x64_bin.tar.gz
</pre>
<p>I don't see 11.0.11 at <a href="https://jdk.java.net/archive/" rel="nofollow">https://jdk.java.net/archive/</a>, but I do see it on AdopOpenJDK website (<a href="https://adoptopenjdk.net/upstream.html?variant=openjdk11&ga=ga" rel="nofollow">here</a>, which links to <a href="https://github.com/AdoptOpenJDK/openjdk11-upstream-binaries/releases/">GitHub</a>) and <a href="https://github.com/AdoptOpenJDK/openjdk11-binaries/releases/tag/jdk-11.0.11%2B9_openj9-0.26.0">here</a>. Which one should I use? (I think the last link is the right one but would be good to confirm).</p>
<blockquote>
<p>Do we want to update this script for each Java sub version update?</p>
</blockquote>
<p>We can move these links to another file(s) and make <code>install_java_*.sh</code> scripts read those file(s). There is a minor issue with Alpine Linux -- it uses <a href="https://musl.libc.org/" rel="nofollow">musl libc</a>, not glibc -- so the only way to install OpenJDK there I found was to use its package manager (<code>apk</code>).</p>

<p style="font-size:small;-webkit-text-size-adjust:none;color:#666;">—<br />You are receiving this because you are subscribed to this thread.<br />Reply to this email directly, <a href="https://github.com/bisq-network/bisq/pull/5405#discussion_r621418358">view it on GitHub</a>, or <a href="https://github.com/notifications/unsubscribe-auth/AJFFTNRFGZI3TZ4D7JUC2JTTK3U43ANCNFSM42YC764Q">unsubscribe</a>.<img src="https://github.com/notifications/beacon/AJFFTNX576FSJJ3TAINBWJTTK3U43A5CNFSM42YC7642YY3PNVWWK3TUL52HS4DFWFIHK3DMKJSXC5LFON2FEZLWNFSXPKTDN5WW2ZLOORPWSZGOE2BUEDQ.gif" height="1" width="1" alt="" /></p>
<script type="application/ld+json">[
{
"@context": "http://schema.org",
"@type": "EmailMessage",
"potentialAction": {
"@type": "ViewAction",
"target": "https://github.com/bisq-network/bisq/pull/5405#discussion_r621418358",
"url": "https://github.com/bisq-network/bisq/pull/5405#discussion_r621418358",
"name": "View Pull Request"
},
"description": "View this Pull Request on GitHub",
"publisher": {
"@type": "Organization",
"name": "GitHub",
"url": "https://github.com"
}
}
]</script>