blob: 1c4d99e233fca47817f1195ffc5968991892c81e [file] [log] [blame]
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 3.2//EN">
<html>
<head>
<meta HTTP-EQUIV="CONTENT-TYPE" CONTENT="text/html; charset=iso-8859-1">
<title>The Sandbox</title>
<meta NAME="KEYWORDS" CONTENT="sandbox">
</head>
<body LINK="#444488" VLINK="#444488" bgcolor="#eeeeff"><A NAME="__Top__"></A>
<table WIDTH=100% BORDER=0 CELLPADDING=4 CELLSPACING=0>
<col WIDTH=75>
<tr>
<td bgcolor="#666699">
<h1 ALIGN=CENTER STYLE="margin-top: 0cm; text-decoration: none">
<font COLOR="#ffffff" SIZE=6>The Java Virtual Machine Service</font>
</h1>
</td>
</tr>
</table>
The service <a href="http://api.openoffice.org/common/ref/com/sun/star/java/JavaVirtualMachine.html">com.sun.star.java.JavaVirtualMachine</a>
gives access to a java virtual machine. This service is only usable in process,
the given java virtual machine can then be accessed via Java Native Interface.
<p> Hints can be given to the service to find the java installation. Just set
the environment variable OO_JAVA_PROPERTIES to your java runtime library.
<p>Under the operating system Windows an assignment of this environment variable
could look as follows:
<p>set OO_JAVA_PROPERTIES=RuntimeLib=d:\jdk1.3\jre\bin\hotspot\jvm.dll
</body>
</html>