source: trunk/essentials/dev-lang/perl/jpl/SETVARS.PL@ 3609

Last change on this file since 3609 was 3181, checked in by bird, 19 years ago

perl 5.8.8

File size: 195 bytes
Line 
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';
Note: See TracBrowser for help on using the repository browser.