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/java/lib/i686/green_threads/";
17 # Where are the Java includes?
19 @INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");
21 # Are we embedding Perl in Java?