AutoUpdate: added comment about mandatory use of OpenJDK JRE, not Java SE

This commit is contained in:
catbref 2019-05-15 15:57:34 +01:00
parent c0ae99161b
commit af22922025

View File

@ -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";