projects
/
p5sagit/p5-mst-13.2.git
/ blame
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
blob
|
history
|
HEAD
(retracted by #13476)
[p5sagit/p5-mst-13.2.git]
/
jpl
/
SETVARS.PL
Commit
Line
Data
b83c0eaa
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';