home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 8 Other / 08-Other.zip / enolapdb.zip / hisjava.sh < prev    next >
Text File  |  2003-01-16  |  1KB  |  49 lines

  1. # These Korn Shell environment variables must be set before running
  2. # the olapisvr process of DB2 OLAP Server.
  3. #
  4. # To activate these variables, call this script in the .profile file.
  5. # To add script calls to the profile file:  . /<full path>/<script name>.sh
  6. #
  7. #
  8.  
  9. #if ARBORPATH is not set by the .profile then it needs to be set here
  10. #export ARBORPATH=/home/arbor/db2olap
  11.  
  12.  
  13. export ISHOME=$ARBORPATH/is
  14. export JREHOME=$ISHOME/jre
  15. export JAVA_HOME=$ISHOME/jre
  16. export ISLOADINFO=$ISHOME/loadinfo
  17.  
  18.  
  19. # ODBC options
  20. #export ODBC_HOME=$ISHOME/odbc/merant36/lib
  21. #export ODBC_HOME=$ISHOME/odbc/merant40/lib
  22. export ODBC_HOME=$ISHOME/odbclib
  23.  
  24. export ODBCINI=$ODBC_HOME/odbc.ini
  25.  
  26.  
  27. export TEMP=temp
  28.  
  29. export PATH=$JAVA_HOME/bin:$ISHOME/bin:$ODBC_HOME:$PATH
  30.  
  31. export CLASSPATH=$JAVA_HOME/lib:$ARBORPATH/java/jaxp.jar:$ARBORPATH/java/parser.jar:$CLASSPATH
  32.  
  33. # Clear and rebuild LIBPATH
  34. export LIBPATH=
  35. export LIBPATH=/usr/odbc/lib:/usr/odbc/drivers 
  36. export LIBPATH=/home/db2inst1/sqllib/lib:$LIBPATH
  37. export LIBPATH=$JAVA_HOME/lib:$JAVA_HOME/bin:$JAVA_HOME/bin/classic:$LIBPATH
  38. export LIBPATH=/usr/ccs/lib:$LIBPATH
  39. export LIBPATH=$ISHOME/esslib:$ODBC_HOME:$ODBC_HOME/lib:$ISHOME/islib:$LIBPATH
  40.  
  41.  
  42.  
  43.  
  44.  
  45.  
  46.  
  47.  
  48.  
  49.