|
|
The DLLsEZ JCom uses DLL (Dynamic Link Library) files for communication between Java and the underlying OS. These files contain C or C++ code that translates Java calls to COM and vice versa.For each COM object you give to EZ JCom, it will generate one particular DLL file. (For evaluation copies, these DLLs are generated at the EZ JCom web-site. For purchased copies, these DLLs are generated by the user. For tutorials, these DLLs are already included in the C:\EZJcom\sample folder.) In all of these cases, the DLL must be placed in a location from where it can be loaded by the Java program. This can be one of the following:
In addition to this DLL for each COM object, the EZ JCom package also requires the following DLL:
|