forked from I2P_Developers/i2p.i2p
remove Java 9 warning
This commit is contained in:
@@ -52,11 +52,11 @@ public class CryptoChecker {
|
||||
if (log != null)
|
||||
log.logAlways(Log.WARN, s);
|
||||
System.out.println(s);
|
||||
} else if (SystemVersion.isJava9()) {
|
||||
s = "Java 9 support is beta, check for Java updates";
|
||||
if (log != null)
|
||||
log.logAlways(Log.WARN, s);
|
||||
System.out.println("Warning: " + s);
|
||||
//} else if (SystemVersion.isJava9()) {
|
||||
// s = "Java 9 support is beta, check for Java updates";
|
||||
// if (log != null)
|
||||
// log.logAlways(Log.WARN, s);
|
||||
// System.out.println("Warning: " + s);
|
||||
}
|
||||
if (!CryptoCheck.isUnlimited() && !SystemVersion.isJava9()) {
|
||||
s = "Please consider installing the Java Cryptography Unlimited Strength Jurisdiction Policy Files from ";
|
||||
|
||||
Reference in New Issue
Block a user