java.lang.Objectjwrapper.jwutils.JWJreVerifierApp
public class JWJreVerifierApp
Can be used by JWrapperJreCompatibilityApp virtual apps
Constructor Summary | |
---|---|
JWJreVerifierApp()
|
Method Summary | |
---|---|
static void |
exitJvm_JreIsNotSupported()
Tell the JWrapper installer that this JRE is NOT suitable to run your virtual apps |
static void |
exitJvm_JreIsSupported()
Tell the JWrapper installer that this JRE is suitable to run your virtual apps |
static boolean |
isJvm14()
|
static boolean |
isJvm15()
|
static boolean |
isJvm16()
|
static boolean |
isJvm17()
|
static boolean |
isJvm18()
|
static boolean |
isJvm64bit()
|
static boolean |
isJvmOpenJDK()
|
static boolean |
isJvmVendorSunOrOracle()
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public JWJreVerifierApp()
Method Detail |
---|
public static void exitJvm_JreIsNotSupported()
public static void exitJvm_JreIsSupported()
public static boolean isJvm14()
public static boolean isJvm15()
public static boolean isJvm16()
public static boolean isJvm17()
public static boolean isJvm18()
public static boolean isJvm64bit()
public static boolean isJvmOpenJDK()
public static boolean isJvmVendorSunOrOracle()