AMIP Java SDK 1.5

In this package you'll find:

lib\ac-java.jar                -  the latest Java SDK for AMIP, add it to your classpath
src\ac-java-src.jar            -  Java SDK source code
doc\ac-java-doc.jar            -  API documentation in JavaDoc HTML format

bin\ac.dll                     -  AMIP SDK DLL
bin\ac_java.dll                -  AMIP SDK Java bindings DLL

bin\ac64.dll                   -  AMIP SDK DLL for 64-bit JVM
bin\ac_java64.dll              -  AMIP SDK Java bindings DLL for 64-bit JVM

examples\examples.jar          -  some simple examples illustrating how to use the API
examples\examples-src.jar      -  examples source code
run.bat                        -  helper script to run examples


=== How to use ===

- When compiling and running, ac-java.jar must be in the Java classpath
- When running be sure to specify -Djava.library.path=".\bin" so that java can find the dlls or
  put them in the working directory of your application, or somewhere in PATH, see run.bat as
  an example
- Use the samples for reference and read the docs carefully
