JACOB (Java/COM/ActiveX) - How to troubleshoot event handling?
- by Youval Bronicki
I'm trying to use JACOB to interact with a COM object.
I was able to invoke an initialization method on the object (and to get its properties), but am not getting any events back. The code is quoted below.
I have a sample HTML+Javascript page (running in IE) that successfully receives events from the same object.
I'm considering the following…