[libinline-java-perl] 16/398: *** empty log message ***
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:42:37 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 33ee6a0931cb6940c2d75fd4accaddc0a0c3808f
Author: patrick <>
Date: Tue Mar 6 18:55:16 2001 +0000
*** empty log message ***
---
Java.pod | 24 ++++++++++++------------
README | 13 +++++++++++--
2 files changed, 23 insertions(+), 14 deletions(-)
diff --git a/Java.pod b/Java.pod
index 5899c5f..00c5bb7 100644
--- a/Java.pod
+++ b/Java.pod
@@ -71,8 +71,8 @@ In order for C<Inline::Java> to function properly, it needs to know
where to find the Java compiler (javac) and the Java Runtime (java)
on your machine. This is done using one of the following techniques:
- - set the JAVA_BIN configuration option to the correct directory
- - set the JAVA_BIN environment variable to the correct directory
+ - set the BIN configuration option to the correct directory
+ - set the PERL_INLINE_JAVA_BIN environment variable to the correct directory
- put the correct directory in your PATH environment variable
=head1 CONFIGURATION OPTIONS
@@ -80,31 +80,31 @@ on your machine. This is done using one of the following techniques:
There are a number of configuration options that dictate the
behavior of C<Inline::Java>:
- JAVA_BIN:
+ BIN:
Specifies the path to your Java binaries.
- Ex: JAVA_BIN => 'my/java/bin/path'
+ Ex: BIN => 'my/java/bin/path'
- JAVA_PORT:
+ PORT:
Specifies the starting port number for the server. If many
C<Inline::Java> blocks are declared, the port number is
incremented each time.
Default is 7890.
- Ex: JAVA_PORT => 4567
+ Ex: PORT => 4567
- JAVA_STARTUP_DELAY:
+ STARTUP_DELAY:
Specifies the maximum number of seconds that the Perl script
will try to connect to the Java server. In other this is the
delay that Perl gives to the Java server to start.
Default is 15 seconds.
- Ex: JAVA_STARTUP_DELAY => 20
+ Ex: STARTUP_DELAY => 20
- JAVA_DEBUG:
+ DEBUG:
Enables debugging info
- Ex: JAVA_DEBUG => 1
+ Ex: DEBUG => 1
- JAVA_CLASSPATH:
+ CLASSPATH:
Adds the specified CLASSPATH to the environment CLASSPATH.
- Ex: JAVA_CLASSPATH => 'my/other/java/classses'
+ Ex: CLASSPATH => 'my/other/java/classses'
=head1 CLASSES AND OBJECTS
diff --git a/README b/README
index 639c012..e2eb868 100644
--- a/README
+++ b/README
@@ -29,10 +29,19 @@ To install Inline::Java do this:
perl Makefile.PL
make
-make test
+make test (see Note 2)
make install
-You have to 'make install' before you can run it successfully.
+You have to 'make install' before you can run it successfully.
+
+
+Note 1: Use nmake on Windows systems.
+
+Note 2: In order for 'make test' to run properly, you should put the
+directory to your Java binaries in either your PATH environment variable
+or in the PERL_INLINE_JAVA_BIN environment variable. 'make test' will remind you
+if you don't do this.
+
-------------------------------------------------------------------------------
FEATURES:
--
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