jwrapper.jwutils
Class JWJreVerifierApp

java.lang.Object
  extended by jwrapper.jwutils.JWJreVerifierApp

public class JWJreVerifierApp
extends java.lang.Object

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

JWJreVerifierApp

public JWJreVerifierApp()
Method Detail

exitJvm_JreIsNotSupported

public static void exitJvm_JreIsNotSupported()
Tell the JWrapper installer that this JRE is NOT suitable to run your virtual apps


exitJvm_JreIsSupported

public static void exitJvm_JreIsSupported()
Tell the JWrapper installer that this JRE is suitable to run your virtual apps


isJvm14

public static boolean isJvm14()

isJvm15

public static boolean isJvm15()

isJvm16

public static boolean isJvm16()

isJvm17

public static boolean isJvm17()

isJvm18

public static boolean isJvm18()

isJvm64bit

public static boolean isJvm64bit()

isJvmOpenJDK

public static boolean isJvmOpenJDK()

isJvmVendorSunOrOracle

public static boolean isJvmVendorSunOrOracle()