public class JavaInfo extends XMLElem
<java version='1.4.0'>
<home>c:\jdk</home>
<runtime>c:\jdk\jre\bin\server\jvm.dll</runtime>
<classpath>.;d:\orant\bin\olite40.jar</classpath>
</java>
| Constructor and Description |
|---|
JavaInfo(org.w3c.dom.Element elem)
Retrieve storage information from the XML element.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getClasspath()
What is the classpath on the client device set to?
|
java.lang.String |
getHome()
Where is the Java Virtual Machine installed on the client device?
|
java.lang.String |
getRuntime()
Which binary on the client device implements the Java Virtual Machine?
|
java.lang.String |
getVersion()
What is the version of the Java Virtual Machine on the client device?
|
getAttribute, getChildElement, getChildren, getChildText, getTagName, getText, getXMLText, loadpublic JavaInfo(org.w3c.dom.Element elem)
throws java.lang.Exception
java.lang.Exceptionpublic java.lang.String getClasspath()
public java.lang.String getHome()
public java.lang.String getRuntime()
public java.lang.String getVersion()