Salesforce

Java Integration with UNIX Platforms (Magic xpa 3.x)

« Go Back

Information

 
Created ByKnowledge Migration User
Approval Process StatusPublished
Objective
Description

Java Integration with UNIX Platforms (Magic xpa 3.x)

The Java CLASSPATH separator character on UNIX platforms is a colon (:) as opposed to the Windows platform separator character, which is a semicolon (;).

For example: CLASSPATH = /java/MyClasses:/java/OtherClasses

For more information, please refer to the Java documentation (Java 2 SDK Tools and Utilities at http://www.oracle.com/technetwork/java/javase/documentation/index.html).

AIX

The JAVA_HOME entry should be set in the MAGIC_JAVA section of the MAGIC.INI file.

For example: If JAVA_HOME is set to /usr/java7, Magic xpa adds /jre/bin/classic/libjvm.a as a prefix in order to find the libjvm.a library.

If you encounter problems locating this file you can use the environment variable: MG_JAVALIB, which should be set to the absolute path of the library file.

For example: MG_JAVALIB = /usr/java7/jre/bin/classic/libjvm.a

The AIX LIBPATH variable should include /usr/java7/jre/bin:/usr/java7/jre/bin/classic.

Solaris

If Java is installed on your server, you should edit the following scripts: .cshrc and .profile.

The LD_LIBRARY_PATH environment variable should include $JAVA_HOME/jre/lib/sparc/client.

Linux

If Java is installed on your server, you should edit the following scripts: .cshrc and .profile.

The LD_LIBRARY_PATH environment variable should include $JAVA_HOME/jre/lib/i386/client and $JAVA_HOME/jre/lib/i386.

Reference
Attachment 
Attachment