home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / jpl / SETVARS.PL
Text File  |  1999-09-14  |  195b  |  12 lines

  1. # Your JDK top-level directory.
  2. #
  3. $ENV{JAVA_HOME} = 'c:\jdk1.1.8';
  4.  
  5. # The location where you extracted JPL.
  6. #
  7. $ENV{JPL_HOME} = 'D:\jpl';
  8.  
  9. # The executeable name of Perl
  10. #
  11. $ENV{JPLPERL} = 'perl';
  12.