forked from Qortal/qortal
AutoUpdate: added comment about mandatory use of OpenJDK JRE, not Java SE
This commit is contained in:
parent
c0ae99161b
commit
af22922025
@ -32,6 +32,8 @@ import org.qora.utils.NTP;
|
||||
|
||||
import com.google.common.hash.HashCode;
|
||||
|
||||
/* NOTE: It is CRITICAL that we use OpenJDK and not Java SE because our uber jar repacks BouncyCastle which, in turn, unsigns BC causing it to be rejected as a security provider by Java SE. */
|
||||
|
||||
public class AutoUpdate extends Thread {
|
||||
|
||||
public static final String JAR_FILENAME = "qora-core.jar";
|
||||
|
Loading…
Reference in New Issue
Block a user