This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
[ID 20001203.001] Not OK: perl v5.7.0 +DEVEL7965 on os2-64int-ld 2.30 (UNINSTALLED)
[perl5.git] / jpl / JNI / JNIConfig.standard
1 eval `$JPL_SRC/setvars -perl`;
2 $java = $ENV{JAVA_HOME};
3 $jpl = $ENV{JPL_HOME};
4
5 # Where are the Java includes?
6 #
7 @INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");
8
9 # Are we embedding Perl in Java?
10 #
11 $EMBEDDEDPERL = 1;
12
13 1;