jacob
Want to disconnect or delete PST from Outlook with Jacob jar
I am using Jacob jar file to save msg. To connect the pst i am using the below code: ActiveXComponent ol = new ActiveXComponent(\"Outlook.Application\");[详细]
2023-02-08 16:20 分类:问答Getting a 32-bit COM client to talk to a out-of-proc 64-bit server using Java/JaCoB
This question indicates that it is possible for a 32-bit COM client to talk to a 64-bit COM server (and vice-versa), provided the server is out-of-process.I\'m trying to implement a client using the J[详细]
2023-02-04 12:23 分类:问答Problem using JACOB to open an Excel spreadsheet generated using POI in Office 2010
At work we have a very old, but stable, applet that takes two excel spreadsheets (one acts as a template and the other as a data source). The template is created by the user in Excel, but the data sou[详细]
2023-01-29 06:15 分类:问答Get list of opened Excel files (workbooks) from Java
开发者_StackOverflow社区I have a problem with the integration of MS Excel into my java application. I use Jacob to talk to Excel via the COM API, which generally works fine. An XLS file can be opened[详细]
2023-01-23 07:57 分类:问答Office 2007 is unable to open files when called through JACOB from a service
I\'m using JACOB to do COM calls to PowerPoint and other Office applications from Java. On a particular Windows 7 box I\'m getting the following message quite often, but not always:[详细]
2023-01-15 17:13 分类:问答Problem with RMS and Websphere 6.1 32 bit
I\'m facing a problem with Websphere and RMS, followings are what I have: Windows 2003, sp2, 64 bit, enterprise edition.[详细]
2023-01-12 04:56 分类:问答Java, Jacob and Microsoft Outlook events: Receiving "Can't find event iid" Error
I am writing a Java program that interacts with Microsoft Outlook using the Jacob library (bridges COM and Java). This program creates a new MailItem, displaying its Inspector window to the user. I wi[详细]
2023-01-03 11:30 分类:问答"com.jacob.com.ComFailException: Can't find moniker" Why?
I use jacob last version and jacobgen. I put all need dll in c:\\windows\\system32 I generated wrapper about dll by jacobgen.[详细]
2023-01-01 03:33 分类:问答How to configure .dll file in Java?
I am using Jacob jar file in my java application. This Jacob jar file comes with a .dll file. I have added Jacob jar file to my classpath. But when I execute my application a runtime error occurs as[详细]
2022-12-17 03:33 分类:问答com4j versus jacob to call COM methods from Java
I maintain a legacy Java application that uses Jacob, or Java-COM Bridge, to make calls via the COM interfaces of MS VBA and MS Word. I have开发者_StackOverflow been looking at com4j from Sun, and it[详细]
2022-12-16 22:25 分类:问答