jacob-project
jacob-project copied to clipboard
JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java. It uses JNI to make native calls to the COM libraries. JACOB runs on x86 and x64 environments supporting 32 bit...
I need the JAR and DLL files. Followed all steps to run the build from this page `https://github.com/freemansoft/jacob-project/blob/main/docs/BuildingJacobFromSource.md` Selected **ANT default** build because in **BuildingJacobFromSource.md**: **ant default** executes the following...
com.jacob.com.ComFailException: Invoke of: SaveAs Source: Microsoft Word Description: Command failed at com.jacob.com.Dispatch.invokev(Native Method)Invoke of: SaveAs Source: Microsoft Word Description: Command failed at com.jacob.com.Dispatch.invokev(Dispatch.java:625) at com.jacob.com.Dispatch.callN(Dispatch.java:453) at com.jacob.com.Dispatch.call(Dispatch.java:541) at Converter.main(Converter.java:54) Exception...
Hi , thanks for this fabulous project. I hava a question which may be a little silly .I noticed that there are two ways using dll's function by Jacob,but what's...
Hello there, I cannot manage to get output parameter from a method that has 1 input and 1 output parameter. Sub PLMCreate((iString, oEditor) The only way to have something working...
jacob是否可在Linux环境下使用
## **How to use DLL enumeration?** cdrFilter.cdrJPEG is CorelDRAW 2019.2 enumeration, How do I pass it when I call a method? eg: `Dispatch.call(dispatch, "Export", "fileName", cdrFilter.cdrJPEG)`
I am trying to use this project and just wanted to check if it is possible for you to publish this package and have a dependency that can be used...
I recently upgraded to JACOB 1.20 and I found a connection attempt failed with the following message: Caused by: com.jacob.com.ComFailException: Can't co-create object I cannot generate this error deterministically and...
Hi, thank you for maintaining this lib. Due to my poor English level, I am very sorry to ask you this way. The following question description comes from Google Translate...
Hi, thank you for maintaining this lib. A COM lib that I use with JACOB has a parent() method to navigate the class tree. I then need to check if...