mirror of
https://github.com/Qortal/qortal.git
synced 2025-07-23 04:36:50 +00:00
AutoUpdate: added comment about mandatory use of OpenJDK JRE, not Java SE
This commit is contained in:
@@ -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";
|
||||
|
Reference in New Issue
Block a user