home *** CD-ROM | disk | FTP | other *** search
/ Programming with VisualAge for Java / IBMVJAVA.ISO / ishield / readme.txt < prev   
Text File  |  1998-01-01  |  917b  |  28 lines

  1. To install IstallShield Java Edition:
  2. =====================================
  3.  
  4. 1. From the command line, add the current directory to your classpath by
  5.    typing the following at the command prompt:
  6.  
  7.    For example on Win32: 
  8.      set classpath=.;%classpath% 
  9.    For example on Solaris: 
  10.      From csh environment, type: 
  11.      setenv CLASSPATH "$CLASSPATH":.
  12.  
  13. 2. Open the command line to the directory in which you saved the installer
  14.    file (jshield).
  15.  
  16. 3. Then type <full path to virtual machine>\<java interpreter> jshield.
  17.  
  18.    For example on Win32 and JDK: 
  19.       C:\jdk1.1.3\bin\java jshield 
  20.    For example on Win32 and Microsoft Java Virtual Machine: 
  21.       C:\Windows\jview jshield 
  22.    For example on Solaris: 
  23.      /export/home/yourname/jdk1.1.3/bin/java jshield
  24.  
  25. For any information refer to: http://www.installshield.com/eval/java/default.asp
  26. or Email at: sales@installshield.com
  27.  
  28.