Search
Support & Downloads
All of Support
This Category
Software Products
Performance Tools for Software Developers
How do I use Intel® MKL with Java*?

The Intel® Math Kernel Library (Intel® MKL) package contains a set of examples that demonstrate the use of Intel MKL functions with Java. The Java example set includes Java Native Interface (JNI) wrappers. Each wrapper consists of an interface written in Java and a JNI stub written in C. The examples are located in the folder:

<mkl_root_directory>\examples\java

The Intel MKL Java examples are intended for tutorial use only. Developers should be aware that the solutions given in the example code do not necessarily represent the most efficient or practical solution to a given design problem.

For more information on how to run the examples, check the Intel MKL User’s Guide. Please check the Release Notes for any known issues with the Java examples.

Note: An Intel MKL function called from Java application will likely work slower than the same function called from a program written in C/C++ or Fortran.

Operating System:
OS Independent

This applies to:
Intel® Math Kernel Library (Intel® MKL) for Linux*
Intel® Math Kernel Library (Intel® MKL) for Windows*
Intel® Math Kernel Library for Mac OS*

Solution ID: CS-029247
Date Created: 12-May-2008
Last Modified: 14-May-2008
Back to Top