4

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.

user1784985
  • 49
  • 1
  • 1
  • 2
  • 3
    For what I understand, you need some kind of native COM bridge to achieve this. Have Google, I found http://www.ezjcom.com/ and I use [ComfyJ](http://www.teamdev.com/comfyj/) – MadProgrammer Oct 30 '12 at 08:48

1 Answers1

10

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

Ami
  • 4,241
  • 6
  • 41
  • 75