mirror of
https://git.FreeBSD.org/ports.git
synced 2024-11-27 00:57:50 +00:00
38e6b80612
a set of object-oriented interfaces that support a simple, high-level programming model which lets you manipulate images easily. PR: CBUG-ML/2572 Submitted by: OISHI Masakuni <yamasa@bsdhouse.org>
8 lines
286 B
Plaintext
8 lines
286 B
Plaintext
The JAI libraries are not installed in JRE, so you have to add
|
|
%%TARGET_DIR%%/jar/jai_codec.jar
|
|
%%TARGET_DIR%%/jar/jai_core.jar
|
|
%%TARGET_DIR%%/jar/mlibwrapper_jai.jar
|
|
to the CLASSPATH environment variable, and add
|
|
%%TARGET_DIR%%/lib
|
|
to the LD_LIBRARY_PATH environment variable.
|