The Java API component of the Eduction SDK includes:
edkjni.dll
) or shared object on UNIX (libedkjni.so
).edk.jar
).Java code samples that you can compile and execute by using the Eduction SDK. These samples are located in the \src\com\autonomy\eduction\test\
directory of the Eduction SDK root directory, and are named SampleN.java
(Sample1.java
, Sample2.java
, and so on). Each SampleN.java
file illustrates aspects of SDK functionality, and contains detailed descriptions of the functionality in question. For information on how to compile and run Sample1.java
, see
Build and Run the Sample Programs.
Before you follow the instructions on how to compile and run Sample1.java
, you must copy the licensekey.dat
file into the test
subfolder of your Eduction SDK installation. You must perform all command-line operations from the Eduction SDK installation directory.
On Windows, you must specify the Eduction library in the PATH
environment variable. On UNIX, the shared object must be in the library search path.
|