![]() |
JAVA Access to ADU Devices ( Accessing the AduHid.DLL)
This page describes how a Java application can access ADU Devices through a wrapper around the AduHid.dll Dynamic Link Library. The AduHid.dll is written in C, however a Java Native Interface (JNI) wrapper allows Java programs to utilize its functions. Sun Microsystems provides tutorial information about JNI on their Java Tutorial pages. Download the AduJava sample application ( 737K ) complete with source code. The code in AduJava was typed in from scratch and was not "cut-and-paste" however it follows the Sun tutorial quite closely. This page does not describe the AduHid interface. Please see the AduHid SDK page for more information. Contents
|
|