1 eval `$JPL_SRC/setvars -perl`;
2 $java = $ENV{JAVA_HOME};
9 # What is the name of the JVM library?
13 # Where is the JVM library?
15 $LIBLOC="/usr/local/lib";
17 # Where are the Java includes?
19 #@INCLUDE = ('$java/include', '$java/include/$^O' '$java/include/genunix');
20 @INCLUDE = ( '/usr/local/include/kaffe');
22 # Are we embedding Perl in Java?