summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authordcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-05 05:41:18 +0000
committerdcommander <dcommander@3789f03b-4d11-0410-bbf8-ca57d06f2519>2011-02-05 05:41:18 +0000
commit3f7f9907b408eee12693f7faba8e56ee87a607cc (patch)
tree8810a7934fe40f511499248a18091efd6277dfe6
parent46aa89fc09fd80e1729afcff829db266bff7a358 (diff)
git-svn-id: https://libjpeg-turbo.svn.sourceforge.net/svnroot/libjpeg-turbo@344 3789f03b-4d11-0410-bbf8-ca57d06f2519
-rw-r--r--trunk/java/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/trunk/java/README b/trunk/java/README
index cc141e9..5558f12 100644
--- a/trunk/java/README
+++ b/trunk/java/README
@@ -25,3 +25,15 @@ Note for OS X users
systems, is not part of the normal Java library path. Thus, when running a
Java application that uses TurboJPEG/OSS on Mac systems, you will need to pass
an argument of -Djava.library.path=/usr/lib to java.
+
+
+Note for Solaris users
+----------------------
+
+/opt/libjpeg-turbo/lib, the directory under which libturbojpeg.so is installed
+on Solaris systems, is not part of the normal Java library path. Thus, when
+running a Java application that uses TurboJPEG/OSS on Solaris systems, you will
+need to pass an argument of -Djava.library.path=/opt/libjpeg-turbo/lib to java.
+If using a 64-bit data model, then instead pass an argument of
+-Djava.library.path=/opt/libjpeg-turbo/lib/amd64 to use the 64-bit version of
+libturbojpeg.so.