aboutsummaryrefslogtreecommitdiff
path: root/java/README
diff options
context:
space:
mode:
authordcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-05 05:41:18 +0000
committerdcommander <dcommander@632fc199-4ca6-4c93-a231-07263d6284db>2011-02-05 05:41:18 +0000
commitaacdc34b370d3fe46ad8f66fd177a3b808e15684 (patch)
tree51cb3543ef23fb48f927cd3143d159a9ed036767 /java/README
parent494ea2c506307f5dabcf4192fb58ce4e4ae5e66e (diff)
git-svn-id: svn://svn.code.sf.net/p/libjpeg-turbo/code/trunk@344 632fc199-4ca6-4c93-a231-07263d6284db
Diffstat (limited to 'java/README')
-rw-r--r--java/README12
1 files changed, 12 insertions, 0 deletions
diff --git a/java/README b/java/README
index cc141e9..5558f12 100644
--- a/java/README
+++ b/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.