'Jacob ActiveXComponent getProperty("Version") is hanged with JDK 11
I'm using jacob jar for creating application and it is working fine with JDK 1.8 but if we upgrade JDK to 11 it is getting hanged.
ActiveXComponent application = new ActiveXComponent("Word");
Variant appVersion = application.getProperty("Version");
Nothing is happening when we call getProperty("Version"). It is working fine with JDK 1.8.
If anyone can tell me how to troubleshoot or if any changes happen in JDK 11 that is causing this issue?
Thanks in advance !!
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
| Solution | Source |
|---|
