[libinline-java-perl] 232/398: RC-4
Jonas Smedegaard
dr at jones.dk
Thu Feb 26 11:43:07 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 d98cc7a2d0e2eccf50bc5891c0a40044a6369271
Author: patrick_leb <>
Date: Tue May 6 12:13:00 2003 +0000
RC-4
---
Java.pod | 19 +++++++++++++++++--
t/no_const.class | Bin 231 -> 231 bytes
t/types.class | Bin 15 -> 489 bytes
3 files changed, 17 insertions(+), 2 deletions(-)
diff --git a/Java.pod b/Java.pod
index 7b8da00..f0262a3 100644
--- a/Java.pod
+++ b/Java.pod
@@ -90,7 +90,22 @@ of the following techniques:
correct directory
If none of these are specified, C<Inline::Java> will use the Java
-2 SDK that was specified a install time.
+2 SDK that was specified a install time (see below).
+
+
+=head1 DEFAULT JAVA 2 SDK
+
+When C<Inline::Java> was installed, the path to the Java 2 SDK that was
+used was stored in a file called default_j2sdk.pl that resides with
+the C<Inline::Java> module. You can find this file by using the following
+command:
+
+ % perl -MInline::Java -e 'print Inline::Java->find_default_j2sdk()'
+
+If you wish to permanently change the default Java 2 SDK that is used
+by C<Inline::Java>, edit this file and change the value found there.
+If you wish use a different Java 2 SDK temporarily, see the J2SDK
+configuration option described below.
=head1 CONFIGURATION OPTIONS
@@ -100,7 +115,7 @@ behavior of C<Inline::Java>:
J2SDK:
Specifies the path to your Java 2 SDK.
- Ex: BIN => 'my/java/2/sdk/path'
+ Ex: J2SDK => '/my/java/2/sdk/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.
diff --git a/t/no_const.class b/t/no_const.class
index 79d98bc..98ea5ef 100644
Binary files a/t/no_const.class and b/t/no_const.class differ
diff --git a/t/types.class b/t/types.class
index fc9e393..918c408 100644
Binary files a/t/types.class and b/t/types.class differ
--
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