Difference between revisions of "Java Advanced Imaging ImageIO Tools"
Jump to navigation
Jump to search
Line 26: | Line 26: | ||
<tr><td>clib_jiio_util.dll</td><td>Utilities</td><td>Windows</td></tr> | <tr><td>clib_jiio_util.dll</td><td>Utilities</td><td>Windows</td></tr> | ||
</table> | </table> | ||
+ | |||
+ | ==Notes== | ||
+ | #The <b>jar</b> files are typically located in the Java <b>jre/lib/ext</b> directory. | ||
+ | #The <b>dll</b> files are typically located in the Java <b>jre/bin</b> directory on a Windows system. | ||
+ | #The <b>so</b> file is typically located in the Java <b>jre/i386</b> directory on an Intel Linux system. | ||
+ | #All the binary builds are available on https://jai-imageio.dev.java.net/binary-builds.html |
Revision as of 18:10, 19 November 2009
This article captures current information about the Java Advanced Imaging ImageIO Tools to document exactly what files are involved.
The ImageIO Tools consist of two jar files plus one or more files which are in native code for the platform.
1 JAR Files
File name | Description | |
---|---|---|
jai_imageio.jar | JAR file containing core JAI Image I/O class files. | required |
clibwrapper_jiio.jar. | codecLib JNI interfaces. | required. |
2 Native Libraries
File name | Description | Platform |
---|---|---|
libclib_jiio.so | mediaLib JNI shared libraries | Linux |
clib_jiio.dll | codecLib JNI shared libraries | Windows |
clib_jiio_sse2.dll | mediaLib JNI DLL libraries | Windows |
clib_jiio_util.dll | Utilities | Windows |
3 Notes
- The jar files are typically located in the Java jre/lib/ext directory.
- The dll files are typically located in the Java jre/bin directory on a Windows system.
- The so file is typically located in the Java jre/i386 directory on an Intel Linux system.
- All the binary builds are available on https://jai-imageio.dev.java.net/binary-builds.html