jniconfig.noembed

来自「UNIX下perl实现代码」· NOEMBED 代码 · 共 26 行

NOEMBED
26
字号
eval `$JPL_SRC/setvars -perl`;$java = $ENV{JAVA_HOME};$jpl = $ENV{JPL_HOME};# Are we using Kaffe?#$KAFFE = 0;# What is the name of the JVM library?#$LIBJVM="java";# Where is the JVM library?#$LIBLOC="/usr/local/java/lib/i686/green_threads/";# Where are the Java includes?#@INCLUDE = ("$java/include", "$java/include/$^O", "$java/include/genunix");# Are we embedding Perl in Java?#$EMBEDDEDPERL = 0;1;

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?