What environment variables need to be set and what should they contain?

What environment variables need to be set and what should they contain?

book

Article ID: KB0087188

calendar_today

Updated On:

Products Versions
TIBCO iProcess Java Server Plug-in -
Not Applicable -

Description

Resolution:
SW_CLASSPATH - Includes JDBC Jar file classes12.jar or ojdbc14.jar and all custom java objects
SW_SYSCLASSPATH - Includes all Jar files in $SWDIR/eaijava/libs/

For example:

eaijava.jar
log4j-1.2.8.jar

HP Specific - LD_PRELOAD
LD_PRELOAD=/jre/lib/PA_RISC/server/libjvm.sl

Shared Library Path for the JVM - For example: Solaris = LD_LIBRARY_PATH, HP = SHLIB_PATH, AIX = LIBPATH
NT = PATH

JAVA_HOME - Includes Java SDK home directory

For example:

/usr/java1.4


Issue/Introduction

What environment variables need to be set and what should they contain?