[libinline-java-perl] 175/398: Added doc

Jonas Smedegaard dr at jones.dk
Thu Feb 26 11:43:01 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 ba3f5375bfd6541ddbcdb9646ff9ca310a154d34
Author: patrick_leb <>
Date:   Fri Feb 8 21:20:30 2002 +0000

    Added doc
---
 README.JNI | 19 ++++++++++---------
 1 file changed, 10 insertions(+), 9 deletions(-)

diff --git a/README.JNI b/README.JNI
index e5636f6..e296db1 100644
--- a/README.JNI
+++ b/README.JNI
@@ -22,8 +22,6 @@ LD_PRELOAD before running the test suite, the LD_PRELOAD affects make
 as well and on Solaris some crashes were seen. Read more on this in the 
 Solaris section below.
 
-
-
 Note: Make sure the directories listed at the end of the installation
 procedure are included in your LD_LIBRARY_PATH (PATH on Win32) environment
 variable. This JNI extension will not load properly the the Java shared 
@@ -56,39 +54,42 @@ Java 2 SDK 1.3.1:
 LINUX
 -----
 Java 2 SDK 1.2.2:
-	The JNI extension has not been run successfully on Linux with this 
+    The JNI extension has not been run successfully on Linux with this 
 Java 2 SDK. Hanging occurs when the process ends. This issue seems to 
 be related to the main thread waiting for other threads to terminate.
 
 Java 2 SDK 1.3.1:
-	The JNI extension runs without problems with this Java 2 SDK, provided
+    The JNI extension runs without problems with this Java 2 SDK, provided
 that you add the proper version of libpthread.so to your LD_PRELOAD 
 environment variable. On my test system this was /lib/i686/libpthread.so.0
 You can also rebuild Perl and add that library in front of all others.
+    Also, make sure you use do not use 'classic' VM. This one should only
+be used with 'green threads', which don't work with JNI. Use either the 
+'client' or the 'server' VMs.
 
-
+	
 SOLARIS
 -------
 Java 2 SDK 1.2.2:
-	The JNI extension has been run successfully with this Java 2 SDK,
+    The JNI extension has been run successfully with this Java 2 SDK,
 provided that you add the proper version of libthread.so to your LD_PRELOAD 
 environment variable. On my test system this was /lib/libthread.so. You can 
 also rebuild Perl and add that library in front of all others. On some 
 occasions thread related crashes have been seen while running the test suite,
 but they seemed to come from make and not from the test suite per se.
 Running the test suite like this:
-	% for i in `ls t/*.t` ; do perl -Mblib $i; done
+    % for i in `ls t/*.t` ; do perl -Mblib $i; done
 was fine.
 
 Java 2 SDK 1.3.1:
-	The JNI extension has been run successfully with this Java 2 SDK,
+    The JNI extension has been run successfully with this Java 2 SDK,
 provided that you add the proper version of libthread.so to your LD_PRELOAD 
 environment variable. On my test system this was /lib/libthread.so. You can 
 also rebuild Perl and add that library in front of all others. On some 
 occasions thread related crashes have been seen while running the test suite,
 but they seemed to come from make and not from the test suite per se.
 Running the test suite like this:
-	% for i in `ls t/*.t` ; do perl -Mblib $i; done
+    % for i in `ls t/*.t` ; do perl -Mblib $i; done
 was fine.
 
 

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