home *** CD-ROM | disk | FTP | other *** search
/ OS/2 Shareware BBS: 10 Tools / 10-Tools.zip / perl560.zip / jpl / JNI / JNIConfig.kaffe < prev    next >
Text File  |  1999-09-14  |  445b  |  27 lines

  1. eval `$JPL_SRC/setvars -perl`;
  2. $java = $ENV{JAVA_HOME};
  3. $jpl = $ENV{JPL_HOME};
  4.  
  5. # Are we using Kaffe?
  6. #
  7. $KAFFE = 1;
  8.  
  9. # What is the name of the JVM library?
  10. #
  11. $LIBJVM="kaffevm";
  12.  
  13. # Where is the JVM library?
  14. #
  15. $LIBLOC="/usr/local/lib";
  16.  
  17. # Where are the Java includes?
  18. #
  19. #@INCLUDE = ('$java/include', '$java/include/$^O' '$java/include/genunix');
  20. @INCLUDE = ( '/usr/local/include/kaffe');
  21.  
  22. # Are we embedding Perl in Java?
  23. #
  24. $EMBEDDEDPERL = 0;
  25.  
  26. 1;
  27.