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.
Asked
Active
Viewed 1.1k times
4
-
3For 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 Answers
10
I think you must use COM bridge to use OCX in java.

Ami
- 4,241
- 6
- 41
- 75
-
-
EZ Jcom or JACOB Which is more preferable for a beginner like me? -Thanks in advance. – sampopes Aug 30 '13 at 13:01