oracle.jdeveloper.library
Class JDKUtil
java.lang.Object
  
oracle.jdeveloper.library.JDKUtil
public final class JDKUtil
- extends java.lang.Object
 
 
 
| 
Method Summary | 
static java.lang.String[] | 
getVMChoices(java.net.URL SDKBinURL,
             boolean addOjvm)
 
            | 
static boolean | 
initJDK(JDK jdk,
        java.net.URL javaExe)
 
            | 
static void | 
initJDK(JDK jdk,
        java.net.URL exe,
        java.lang.String version,
        java.lang.String clsPath,
        java.lang.String home)
 
            | 
 
| Methods inherited from class java.lang.Object | 
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait | 
 
JDKUtil
public JDKUtil()
initJDK
public static boolean initJDK(JDK jdk,
                              java.net.URL javaExe)
 
initJDK
public static void initJDK(JDK jdk,
                           java.net.URL exe,
                           java.lang.String version,
                           java.lang.String clsPath,
                           java.lang.String home)
 
getVMChoices
public static java.lang.String[] getVMChoices(java.net.URL SDKBinURL,
                                              boolean addOjvm)
 
Copyright © 1997, 2011, Oracle. All rights reserved.