[ID 20010619.007] Not OK: perl v5.7.1 +DEVEL10721 +devel-10722 on alpha-dec_osf-perli...
[p5sagit/p5-mst-13.2.git] / jpl / JNI / JNIConfig.noembed
CommitLineData
b83c0eaa 1eval `$JPL_SRC/setvars -perl`;
2$java = $ENV{JAVA_HOME};
3$jpl = $ENV{JPL_HOME};
4
5# Are we using Kaffe?
6#
7$KAFFE = 0;
8
9# What is the name of the JVM library?
10#
11$LIBJVM="java";
12
13# Where is the JVM library?
14#
15$LIBLOC="/usr/local/java/lib/i686/green_threads/";
16
17# Where are the Java includes?
18#
19@INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");
20
21# Are we embedding Perl in Java?
22#
23$EMBEDDEDPERL = 0;
24
251;