summaryrefslogtreecommitdiff
path: root/jpl/SETVARS.PL
blob: d3d85b42b4c8dc1e8251af14f499936d9cf43482 (plain)
1
2
3
4
5
6
7
8
9
10
11
# Your JDK top-level directory.
#
$ENV{JAVA_HOME} = 'c:\jdk1.1.8';

# The location where you extracted JPL.
#
$ENV{JPL_HOME} = 'D:\jpl';

# The executeable name of Perl
#
$ENV{JPLPERL} = 'perl';