Java API Component
The Java API component of the Eduction SDK includes:
-
The Eduction library on Windows (
edkjni.dll
) or shared object on UNIX (libedkjni.so
). - The Java JAR file (
edk.jar
). -
Java code samples that you can compile and execute by using the Eduction SDK.
The Java sample programs are provided with a Maven
pom.xml
file for building. For information on how to compile and run the sample files, refer to theREADME.md
file in the samples directory.
NOTE: You might also need additional runtime libraries to run the Eduction SDK. See Eduction SDK Package.