[libinline-java-perl] 90/398: *** empty log message ***

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:42:52 UTC 2015


This is an automated email from the git hooks/post-receive script.

js pushed a commit to tag 0.55
in repository libinline-java-perl.

commit 4501d3d11d7d07017d98deddf87b617f6d25e2d1
Author: patrick <>
Date:   Mon May 14 16:37:04 2001 +0000

    *** empty log message ***
---
 Java.pod | 47 ++++++++++++++++++++++++++++++++++-------------
 1 file changed, 34 insertions(+), 13 deletions(-)

diff --git a/Java.pod b/Java.pod
index 95f3e42..c995c37 100644
--- a/Java.pod
+++ b/Java.pod
@@ -94,6 +94,10 @@ behavior of C<Inline::Java>:
    BIN: 
       Specifies the path to your Java binaries. 
 	  Ex: BIN => 'my/java/bin/path'
+      Note: This configuration option only has an effect on the first
+      'use Inline Java' call inside a Perl script, since all other calls 
+      make use of the same JVM. However, you can use it if you want to 
+      change which 'javac' executable is used for subsequent calls.
 
    PORT:
       Specifies the starting port number for the server. If many 
@@ -101,6 +105,9 @@ behavior of C<Inline::Java>:
       incremented each time.	
       Default is 7890.
       Ex: PORT => 4567
+      Note: This configuration option only has an effect on the first
+      'use Inline Java' call inside a Perl script, since all other calls 
+      make use of the same JVM.
 
    STARTUP_DELAY:
       Specifies the maximum number of seconds that the Perl script
@@ -108,6 +115,28 @@ behavior of C<Inline::Java>:
       delay that Perl gives to the Java server to start.
       Default is 15 seconds.
       Ex: STARTUP_DELAY => 20
+      Note: This configuration option only has an effect on the first
+      'use Inline Java' call inside a Perl script, since all other calls 
+      make use of the same JVM.
+
+   CLASSPATH:
+      Adds the specified CLASSPATH to the environment CLASSPATH.
+      Ex: CLASSPATH => '/my/other/java/classses'
+      Note: This configuration option only has an effect on the first
+      'use Inline Java' call inside a Perl script, since all other calls 
+      make use of the same JVM.
+
+   JNI:
+      Toggles the execution mode. The default is to use the client/server
+      mode. To use the JNI extension (you must have built it at install 
+      time though. See README and README.JNI for more information), set 
+      JNI to 1. 
+      Ex: JNI => 1
+      Note: This can also be set globally by setting the PERL_INLINE_JAVA_JNI
+      environment variable to 1.
+      Note: This configuration option only has an effect on the first
+      'use Inline Java' call inside a Perl script, since all other calls 
+      make use of the same JVM.
 
    DEBUG:
       Enables debugging info
@@ -119,15 +148,6 @@ behavior of C<Inline::Java>:
       choices and the sugnature chosen.
       Ex: WARN_METHOD_SELECT => 1
 
-   JNI:
-      Toggles the execution mode. The default is to use the client/server
-      mode. To use the JNI extension (you must have built it at install 
-      time though. See README and README.JNI for more information), set 
-      JNI to 1. 
-      Note: This can also be set globally by setting the PERL_INLINE_JAVA_JNI
-      environment variable to 1.
-      Ex: JNI => 1
-
    STUDY:
       Takes an array of Java classes that you wish to have C<Inline::Java>
       learn about so that you can use thme inside Perl.
@@ -495,10 +515,11 @@ This is an ALPHA release of Inline::Java. Further testing and
 expanded support for other operating systems and platforms will be a
 focus for future releases. It has been tested on: 
 
-   - Solaris 2.5.1 + Perl 5.6 + Java SDK 1.2.2
-   - Solaris 2.8   + Perl 5.6 + Java SDK 1.3.0
-   - Windows 2000  + Perl 5.6 + Java SDK 1.3.0
-   - Windows 95    + Perl 5.6 + Java SDK 1.2.2 (fix required in Makefile)
+   - Solaris 2.5.1          + Perl 5.6 + Java SDK 1.2.2
+   - Solaris 2.8            + Perl 5.6 + Java SDK 1.3.0
+   - Linux Redhat 6.2 Alpha + Perl 5.6 + Java SDK 1.3.1
+   - Windows 2000           + Perl 5.6 + Java SDK 1.3.0
+   - Windows 95             + Perl 5.6 + Java SDK 1.2.2 (fix required in Makefile)
 
 It likely will work with many other configurations.
 

-- 
Alioth's /usr/local/bin/git-commit-notice on /srv/git.debian.org/git/pkg-perl/packages/libinline-java-perl.git



More information about the Pkg-perl-cvs-commits mailing list