Jacob 1.18 ActiveXComponent("Outlook.Application") not working in outlook 2010.
JACOB is a JAVA-COM Bridge that allows you to call COM Automation comp
Brought to you by:
clay_shooter
Hi
I am using Jacob 1.18 and the .dll files are in the classpath.
ActiveXComponent xl = new ActiveXComponent("Outlook.Application");
The below line works perfectly in outlook 2003.
But it is not executed and also no error to debug when I run in Outlook 2010.
Any suggestions/help is really appreciated.
Thanks.