Tagged Questions
JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java.
5
votes
2answers
932 views
Create a playlist in iTunes with COM and Java
How do I create a playlist in iTunes from Java, using COM (on windows i.e. no AppleScript)?
I have found a library here that does most of what I need, and I have added some code to ITPlaylist.java, ...
4
votes
1answer
3k views
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 been looking at com4j from Sun, and it looks promising.
...
3
votes
1answer
119 views
How to control Windows Media Player remotely using Java?
this is the first time I´m posting something here.
I´m working on a Project where I want to control the Windows Media Player through different Input Modalities (like Multitouch, a 3D Mouse...). At ...
3
votes
1answer
435 views
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 ...
3
votes
2answers
1k views
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:
Source: Microsoft ...
3
votes
5answers
6k views
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
...
2
votes
1answer
366 views
Converting Java code thats calls iTunes DLLs from using Com4j to Jacob
I currently use Com4j to talk to iTunes from my Java app, unfortunately it does not work with 64bit Java and looks like it never will, so Im trying to use an alternative called Jacob instead.
Both ...
1
vote
2answers
170 views
Extending HP Quality Center using Groovy and Jacob
I am trying to interface with HP Quality Center using Groovy with a Jacob COM wrapper, but I am running into problems.
When I try to run the following code:
import com.jacob.activeX.ActiveXComponent
...
1
vote
0answers
77 views
How to call a com method with out paramter by Jacob?
I want to use Jacob for doing task with COM. But I can't find any way to invoke a method which has a out parameter, Can you provide me this sample code. Thanks.
1
vote
0answers
158 views
How to call an ActiveX method through java when control doesn't allow automation (com4j/jacob)?
I have to integrate to an ActiveX control that doesn't allow for automation (no IsInvokeAllowed implemented to return true) through Java.
Up to now, the best java libraries for COM integration in my ...
1
vote
1answer
507 views
NoSuchMethodError using JACOB
I have beeen using JACOB in my java program to work but I run into an error everytime I try to get an ITTrack from an ITTrackCollection.
This is the line that gives the error:
a.add(t.getItem(1));
...
1
vote
0answers
169 views
Synchronization between Java Application and Microsoft Application via Jacob
In my java application I am connecting to Microsoft Excel with Jacob libraries. Everything is fine but I do not know how I can catch com events when any changes in Excel page occurs by using Jacob ...
1
vote
1answer
221 views
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");
if (ol != null) {
try {
...
1
vote
0answers
581 views
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 ...
1
vote
2answers
937 views
Save Word Document with JACOB (Java)
i'm trying to make a simple Java program to open an existing word-document, change something and save it as .html-file.
The part which is not working is to save it as .html .
The problem is, i got ...
1
vote
1answer
1k views
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 ...
1
vote
2answers
555 views
ProgID and file extension relation
I am working on a program using the JACOB project (JAva COm Bridge).
There is a file to open, the entire name is passed along (ex. c:\test\test.xls). In order for JACOB to create a new ...
1
vote
1answer
739 views
Better Code Using Jacob and WMI
I am using JACOB to access system information through WMI. I have not found much documentation for WMI and Jacob on the web and was wondering if I could get some help in making the code a little more ...
1
vote
1answer
869 views
simple program using jacob and excel
i want to learn jacob for doing tasks with excel. looking for any simple code using jacob and excel which runs without errors. i tried running the code in jacob help but i'm getting errors. to ...
1
vote
3answers
1k views
JACOB doesn't release the objects properly
I have an eclipse plugin, which connects to a COM component using Jacob. But after I close the plugin entirely, the .exe file stays hanging in Windows processes.
I use ComThread.InitMTA(true) for ...
1
vote
1answer
605 views
Weird Clojure Box - library (dll) issue
I am trying to use the JACOB library with Clojure using Clojure Box.
I have added this to my .emacs:
(setq swank-clojure-library-paths (list "c:/dev/dlls"))
C:/dev/dlls/ contains the ...
1
vote
2answers
728 views
How do I use a 32 Bit COM object from a 64 bit process?
I Use Jacob (JAVA COM Bridge) on a 64 Bit Machine and want to load COM Objects from a 32 bit DLL. How can I do that?
0
votes
0answers
50 views
Accessing Sheets, Saving Excel files, Java, Java Com Bridge ( Jacob jacob-1.16)
I looked at the included Excel example of the latest version of Java Com Bridge (jacob-1.16) and was a little disappointed because it creates and works on a brand new Excel file.
What I would like to ...
0
votes
2answers
196 views
How to saveas Excel File using Jacob (Java)
I am trying to saveas excel file, but it gives an error: Can't map name to dispid: FileSaveAs.
private ActiveXComponent objExcel = new ActiveXComponent("Excel.Application");
excelObject = ...
0
votes
4answers
241 views
What is LD_LIBRARY_PATH and how to use it?
I take part in developing a Java project, which uses some C++ components, thus I need Jacob.dll. (on Windows 7)
I keep getting java.lang.UnsatisfiedLinkError: no JacobDB in java.library.path no ...
0
votes
0answers
99 views
Using jacob in java Swing
I have used JACOB to invoke COM method. But when I write a GUI with java Swing , it will be faield.The GUI has 5 buttons, when click one of them will run the below code:
logger.debug("enter ...
0
votes
0answers
187 views
how can i show CPU and Memory usage in java program of other application Using Jacob api
I use Jacob api for that but i have a problem that i can not show cpu usage by this using WMI.
I want to make task manager like windows.where user give the program name and get cpu and memory usage.
...
0
votes
0answers
76 views
Passing Enumeration value using Jacob bridge (COM/ActiveX)
Does anyone know if there's a way to pass an enumeration value using Jacob?
ComObj.ComEnum.enumVal1
ComObj.ComEnum.enumVal2
I'd like to pass enumVal1 or enumVal2 as a Variant.
o.invoke("Action",new ...
0
votes
1answer
199 views
Java Desktop.browse occasionally returning “requested lookup key not found in any active activation context”
I am really struggling with this issue as it seems to occur randomly for me. When I call,
Desktop.browse("some url");
Internet Explorer will not display. The exception message is as follows,
...
0
votes
0answers
32 views
Is there any help-document on the format of html which is converted from doc file by word
I am writting an application which can edit word doc file in browser.
First I convert the word fle into html,
Then let user to edit html,
finally conver it back to word,
I find several method to ...
0
votes
0answers
407 views
Java, JACOB: MEMBER NOT FOUND on Invoke of AppShow (Word.Basic)
I need your help on invoking AppShow on Word.Basic via Java with JACOB.
Problem
When I run the code:
Dispatch wordBasic = new Dispatch("Word.Basic");
Dispatch.callN(wordBasic, "AppShow", new ...
0
votes
2answers
190 views
How can I change the active MS Word window with JACOB?
I am using the JACOB library. I can create a new instance of activeXComponent("Word.Application") and then open some file. How can I get the instance of a file that I've already opened?
In MS Word ...
0
votes
1answer
507 views
Getting output parameter value set by VBScript (WMI) method in java via JACOB
Am trying to convert a VBScript to java using JACOB - Java COM bridge library.
'Create' method in VBScript accepts a [out] param in it's method and it sets it upon method execution and i couldn't ...
0
votes
1answer
325 views
Using JACOB SafeArray getDoubles() method
I'm trying to extract from an Excel Workbook a vector of double values.
Excel looks like does not return a unidimensional array, but a multidimensional one (number of dimensions is 2).
The data I ...
0
votes
0answers
243 views
Get list of opened Excel files (workbooks) from Java
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 from the application, ...
0
votes
1answer
210 views
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.
Microsoft Office word 2003 sp3.
The machine is connected to a domain, and I ...
0
votes
1answer
945 views
“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.
But I got an exception. Google didn't help. :(
...
0
votes
1answer
1k views
JACOB (Java/COM/ActiveX) - How to troubleshoot event handling?
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 ...
0
votes
1answer
482 views
JBoss and WMI using Jacob and Java
Has anybody ever had issues with a Java application that uses Jacob to call WMI queries, with that application being deployed to JBoss? JBoss locks up around the WMI calls with no further information ...
0
votes
2answers
290 views
How can I use Jacob to create a graph in a MS Word document
How can I use Jacob to create a graph in a MS Word document?