source: trunk/essentials/dev-lang/perl/jpl/JNI/JNIConfig

Last change on this file was 3181, checked in by bird, 18 years ago

perl 5.8.8

File size: 248 bytes
Line 
1eval `$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
131;
Note: See TracBrowser for help on using the repository browser.