New Environment Variables Required

CLASSPATH Environment Variable

For Java ActiveSpaces applications to run, the CLASSPATH variable should include the following JAR files:
  • as-common.jar
  • antlr-3.2.jar
    Note: Java ActiveSpaces Applications making use of the Java Admin object should also have the following jar file in the CLASSPATH: -as-admin.jar
    Attention: The Java version of as-admin is now deprecated.

AS_HOME Environment Variable

Create a System environment variable called AS_HOME that points to the directory where ActiveSpaces is installed, for instance, <TIBCO_HOME>\as\2.1 on Windows or /usr/tibco/as/2.1 on UNIX.

JAVA_HOME Environment Variable

The JAVA_HOME environment variable must be created if it does not already exist. It should point to the top level directory of the Java JDK or JRE, for example, C:\Program Files\Java\jre1.7.0_51.