The StreamBase installation on all platforms includes the runtime components of a Sun JDK for private use by StreamBase Studio and StreamBase Server. See Supported Configurations for the current version of the JDK shipped with StreamBase.
If you prefer to use a separately installed JDK to run StreamBase applications, you must configure your system and StreamBase as follows:
-
Consult the Supported Configurations page to determine the current minimum JDK release levels supported by the current release of StreamBase. Do not try to use an earlier JDK release.
-
Download and install the JDK.
-
Configure StreamBase Server to use your JDK by editing the default server configuration file, which is installed by default in:
C:\Program Files\StreamBase Systems\StreamBase
.n.m\etc\sbd.sbconfLocate the commented-out parameter
param name="java-home"and edit it to point to the external JDK. For example:<param name="java-home" value="C:\Program Files\Java\jdk1.5.0_15"/>
<param name="java-home" value="/usr/java/latest/>
-
Configure StreamBase Studio to use your JDK with these steps:
-
Define the
JAVA_HOMEenvironment variable, and set it to the path to your JDK. -
Define the
STREAMBASE_USE_INTERNAL_JDKenvironment variable, and set its value tofalse.
-
