(file) Return to readme.jmpi CVS log (file) (dir) Up to [Pegasus] / pegasus

Diff for /pegasus/readme.jmpi between version 1.12 and 1.13

version 1.12, 2006/11/08 20:31:49 version 1.13, 2007/01/16 20:19:56
Line 55 
Line 55 
    export JAVA_SDK=/usr/java/j2sdk1.4.2_08    export JAVA_SDK=/usr/java/j2sdk1.4.2_08
    export JAVA_SDKINC=${JAVA_SDK}/include    export JAVA_SDKINC=${JAVA_SDK}/include
    export PEGASUS_JAVA_ARCH=i386    export PEGASUS_JAVA_ARCH=i386
      export PEGASUS_JAVA_TYPE=client
    export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/server:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/native_threads:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}    export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/server:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/native_threads:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}
    export PATH=${JAVA_SDK}/bin/:${PEGASUS_HOME}/bin:${PATH}    export PATH=${JAVA_SDK}/bin/:${PEGASUS_HOME}/bin:${PATH}
    export CLASSPATH=${CLASSPATH}:${PEGASUS_HOME}/lib/JMPIImpl.jar    export CLASSPATH=${CLASSPATH}:${PEGASUS_HOME}/lib/JMPIImpl.jar
Line 82 
Line 83 
 The fifth variable defines the Java architecture of the JMV The fifth variable defines the Java architecture of the JMV
    export PEGASUS_JAVA_ARCH=i386    export PEGASUS_JAVA_ARCH=i386
  
 The sixth may be necessary to tell the linker where to load the JRE libraries.  The sixth variable defines which version of the jvm library to link to (the
   client or the server).
      export PEGASUS_JAVA_TYPE=client
   
   As a test to make sure your environment variables are correct
      ls ${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/${PEGASUS_JAVA_TYPE}
   should show you libjvm.so for Sun's JRE.
   
   The seventh may be necessary to tell the linker where to load the JRE libraries.
    export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/server:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/native_threads:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}    export LD_LIBRARY_PATH=${LD_LIBRARY_PATH}:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/server:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}/native_threads:${JAVA_SDK}/jre/lib/${PEGASUS_JAVA_ARCH}
  
 The seventh one may be necessary to get the JVM's executable files into the PATH.  The eighth one may be necessary to get the JVM's executable files into the PATH.
    export PATH=${JAVA_SDK}/bin/:${PEGASUS_HOME}/bin:${PATH}    export PATH=${JAVA_SDK}/bin/:${PEGASUS_HOME}/bin:${PATH}
  
 The eight tells the JRE to include JMPI's Java classes.  The nineth tells the JRE to include JMPI's Java classes.
    export CLASSPATH=${CLASSPATH}:${PEGASUS_HOME}/lib/JMPIImpl.jar    export CLASSPATH=${CLASSPATH}:${PEGASUS_HOME}/lib/JMPIImpl.jar
  
 There are a couple of optional environment variables to determine how the JRE is initialized.  These are There are a couple of optional environment variables to determine how the JRE is initialized.  These are


Legend:
Removed from v.1.12  
changed lines
  Added in v.1.13

No CVS admin address has been configured
Powered by
ViewCVS 0.9.2