[libinline-java-perl] 87/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 99574e80386c0234005858605088512849fe4eca
Author: patrick <>
Date:   Fri May 11 13:30:07 2001 +0000

    *** empty log message ***
---
 Java/Makefile.PL | 6 +++++-
 README           | 7 ++++++-
 2 files changed, 11 insertions(+), 2 deletions(-)

diff --git a/Java/Makefile.PL b/Java/Makefile.PL
index 8056cf2..62ccaf1 100644
--- a/Java/Makefile.PL
+++ b/Java/Makefile.PL
@@ -56,11 +56,15 @@ if ($JNI_BUILD){
 		}
 	}
 
+	my $l = join(" or ", @{$java_so}) ;
 	if ($^O eq "MSWin32"){
-		my $l = join(" or ", @{$java_so}) ;
 		print "\nNote: You will need to add $l to your PATH environment " .
 			"variable in order to be able to use the JNI mode.\n" ;
 	}
+	else{
+		print "\nNote: You may need to add $l to your LD_LIBRARY_PATH environment " .
+			"variable in order to be able to use the JNI mode.\n" ;
+	}
 
 	print "\n" ;
 }
diff --git a/README b/README
index 82a2d77..535e328 100644
--- a/README
+++ b/README
@@ -46,7 +46,7 @@ To install Inline::Java do this:
 
 perl Makefile.PL
 make             (see Note 2)
-make test        (see Note 3, 4)
+make test        (see Note 3, 4, 5)
 make install
 
 You have to 'make install' before you can run it successfully. 
@@ -71,6 +71,10 @@ Note 4: If you have built the JNI extension and want the test suite to use
 it, you will need to set the PERL_INLINE_JAVA_JNI environment variable to 1 
 BEFORE running 'make test'.
 
+Note 5: When testing Inline::Java, it's always a good idea to run 'make test'
+twice. The first time you test the building and loading of a module, the second 
+time you test loading of an already built module.
+
 
 -------------------------------------------------------------------------------
 FEATURES:
@@ -81,6 +85,7 @@ WARNING: THIS IS ALPHA SOFTWARE. It is incomplete and possibly unreliable.
 
 Inline::Java version 0.21 is a minor upgrade that includes:
 + 'Studying' of external classes
++ Default no-arg constructors for public ('studied') classes
 + Caching of class information increases performance
 
 Inline::Java version 0.20 is a major upgrade that includes:

-- 
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