How to use ActiveX(ocx) in java
java, ocx
Solution
I think you must use COM bridge to use OCX in java.
1.Java to COM and ActiveX 2-way bridge connectivity utility
2.JACOB - Java COM Bridge
3.Java COM Bridge
4.Java - COM Interoperability
Problem
I want to use the functions in an OCX , how to call it in JAVA? Please give me an example if possible. Thanks very much.