JACOB is a JAVA-COM Bridge that allows you to call COM Automation components from Java.

learn more… | top users | synonyms

0
votes
0answers
22 views

Jacob + MS Word need some advice

It just reads the first result of search and replace it but can not search & replace all. Source: ActiveXComponent oWord = new ActiveXComponent("Word.Application"); ...
0
votes
0answers
23 views

Error:Library jacob-1.14.3-x64.dll already loaded in another classloader in Java EE application

I'm using the Jacob API in my Java EE application, which is composed of 3 modules (ejb, web, ear) and uses Maven. I've put a dependency to jacob-1.14.3-x6.jar in the pom since I'm using functionality ...
0
votes
0answers
18 views

how to use jacob to check whether document is closed, in java

I am developing java code which opens document and monitors it. Application checks whether document has been closed or not, if it is close then it calls saveDocument method. I can not use following ...
0
votes
1answer
17 views

Can't confirm Jacob interface in NetBeans

I have a project to work with COM and I use JACOB interface but I don't know confirm Jacob library into NetBeans! somebody know, can help me? Thanks for your helps!
0
votes
1answer
31 views

Local Windows Authentication With Java Application, 64-bit

Given a username and plaintext password, our application currently verifies that a local user exists with those credentials using Jawin FuncPtr to access the LogonUser function of advapi32.dll. ...
2
votes
0answers
94 views

Can't co-create object / Can't find moniker | Jacob

When creating an ActiveXComponent using JACOB I get the following error. com.jacob.com.ComFailException: Can't co-create object at com.jacob.com.Dispatch.createInstanceNative(Native Method) ...
2
votes
0answers
44 views

How to create an object using JACOB

I managed to load two dll's System.load("C:\\Program Files (x86)\\EXAMPLE Client\\Bin\\EXAMPLE.Client.SDK.dll"); System.load("C:\\Program Files (x86)\\EXAMPLE ...
0
votes
2answers
103 views

Reading words in Ms Word and replacing it with new words (with JAVA)

I am writing a program to read some texts or textfields from microsoft office word and replace it with new words by using Jacob. I got the help from this link ...
0
votes
1answer
42 views

UnsatisfiedLinkError with JACOB and jre 1.7

I put together a program that uses JACOB to access iTunes ... It works fine in Eclipse but when I export it and run it in the command prompt I get an unsatisfied link error telling me that ...
0
votes
1answer
88 views

Found an iTunes Controller API for Java, how can I play a specific song?

//Using iTunes Controller iTunes itc = new iTunes(); itc.playFile(filePath); // Takes type String Seems like the right course of action. However, I want the user to be able ...
3
votes
1answer
56 views

Open a workbook without the Auto_Openening

How i can open a workbook without the Auto_Open running using Jacob ??
1
vote
1answer
199 views

Jacob : calling vb function in Excel file without invoking “Open” statement

I'm using Jacob to call a VB function that resides in a Macro in an Excel file. Here is my code : [I pass the file and the vb function name as paramaters to the below java method] private static ...
3
votes
1answer
100 views

How to disable VB6 MsgBox from java Code using Jacob

I'm using JACOB API to call some Sub from VB macro. I would like to block the MsgBox generated by this macro. This is my code to open macro XXXX.xls and run the sub traiteOT who contains some ...
2
votes
0answers
125 views

How to Read an Excel Personal Macro from java with Jacob

I got to execute a macro of a excel file from jacob, but now i want to execute a personal.xlsb!mymacro and my java program throw error. I don't know how to write the name of the personal macro, i put: ...
1
vote
1answer
91 views

Jacob - Retrieve system restore information (Java)

My app is required to list all available restore points(Link) on a computer using java. The SystemRestore class is found in the default namespace not in CIMV2. When i tried the following code: public ...
0
votes
0answers
99 views

How could we fetch the QC execution report using Java COM Bridge--Scriptom

I'm having a Test set which has been executed in Quality Center 9.0. Now i need to fetch the Execution Report for the current Test set using Java COM Bridge (Scriptom).Can we get the url for the ...
0
votes
0answers
19 views

How to use COM to tell if a song in iTunes is in iCloud

I've got a Java app accessing iTunes through COM (Jacob or Com4J, I can do either, but that should affect this problem). I'm trying to find a way to use the COM interface to tell if a given IITTrack ...
0
votes
1answer
160 views

JACOB : cannot get Information property from MS Word

I am currently working with this great tool Jacob, but I get something very strange. Reading a MS Word file, I tokenize the document and, for each token I get, I would like to have also the page and ...
0
votes
0answers
115 views

access rfid reader with java (using jacob?)

I've been asked to explore about accessing (reading & writing) an NFC card via an NFC reader attached to USB Port in Java, but I have very little knowledge in the area. I've been informed that I ...
0
votes
2answers
116 views

Stop VFP from showing dialog boxes when errors occur

I am trying to call an existing VFP 6 application using Jacob which is a COM bridge for Java. val vfp = new Application(new ...
0
votes
0answers
87 views

Embedding ActiveX GUI Component in Java [closed]

I like to have a wysiwyg HTML editor in my java application. Nothing suits me well. I found a editor called nbit html edtor. This is a vb.net project and it has a com interface. Can I embed it in my ...
0
votes
1answer
428 views

Jacob 64bit dll not working with jre 1.6

Below are my project boundaries Windows 7 64bit jre 1.6 64 bit jacob dll (jacob-1.17-M2-x64.dll) Problem is jacob-1.17-M2-x64.dll is supporting in jre 1.7 but not with jre 1.6 ...
0
votes
1answer
339 views

Dispatch not hooked to windows memory

Sometimes I get an error (exception): java.lang.IllegalStateException: Dispatch not hooked to windows memory What does it mean? How to prevent it? This is a sample code that results in this error: ...
1
vote
1answer
691 views

(SOLVED) Java JACOB retrieve all the properties for a given Win32_* class object

I am currently working on a java-base cross-platform software distributor and I chose to use native OS mechanisms to prevent the users from having to do any setup before hand. I chose JSCH for SSH2 ...
0
votes
0answers
505 views

Soap UI intregration with Quality Center with Groovy Scriptom

I am trying to connect to QC with the provided code i found in stackOverflow but i am getting error from SoapUI stating [com.jacob.com.ComFailException:Invoke of:1 Source: Description: Node not ...
-1
votes
1answer
110 views

Java word print [closed]

Ther'is any solution to invoque the filePrintSetup with jacob java or any think else ? my probleme is to print a word doc without changing the default printing. and without alert
0
votes
1answer
404 views

Jacob (Java / COM / ActiveX) Throws ComFailException

I am using Jacob a Java-COM bridge and I have placed the required dll to -C:\WINDOWS\system32\jacob-1.14.3-x86.dll. I have also added the required jar file to - C:\Program ...
0
votes
1answer
251 views

j-interop does not work to monitor Win7 via WMI

I used j-interop to monitor Windows system via WMI in Java. It does work for monitoring remote WinXP from both Windows and Linux client. But it does not work to remotely monitor Windows7 from both ...
0
votes
0answers
634 views

How to call OCX function from java using Jacob

Hello I am new to Jacob. I want to use 3rd party ocx in my Java code. I'm not getting how to call ocx function from my Java code. I tried in many ways, but not able to identify the proper way. ...
1
vote
1answer
315 views

Java with JACOB - How to properly set Java Library Path

I'm challenging with a problem with library path and jacob. Ok, so let's go to the beginning. I'm writting an application which needs to use jacob library etc - this applications has to be run as ...
0
votes
2answers
301 views

Error: Could not find or load main class openWordDocument

Iam trying to open MicroSoft word document using jacob, Blow is code: import com.jacob.activeX.ActiveXComponent; import com.jacob.com.ComThread; import com.jacob.com.Dispatch; import ...
0
votes
0answers
484 views

“Can't map name to dispid” error using jacob for subclass method

I am using Jacob (java com bridge) to access MicroStrategy objects. I have 2 classes IDSSObjectInfo & IDSSFolder and IDSSFolder is a subclass of IDSSObjectInfo (as per the MicroStrategy API). I ...
1
vote
1answer
891 views

Java with AutoIT and Jacob library

I'm trying to integrate AutoIT with Java using Eclipse. I have configured project and java build path properly - probable ;). The problem is that when I tried to run the project I've received and ...
1
vote
0answers
183 views

Passing an Enum To a COM Library method using Jacob

I instantiate a COM Object, then invoke a method. ActiveXComponent comp = new ActiveXComponent("MyDll.MyClass"); String argument1 = "test1"; String argument2 = "test2"; Variant[] arguments = { new ...
0
votes
0answers
199 views

jacob excel image

I work with jacob 1.17 under Eclipse. I open a file Excel and I try to insert images in it. ActiveXComponent xl = new ActiveXComponent("Excel.Application"); Dispatch xlo = (Dispatch) ...
8
votes
1answer
2k views

Java 7: COM-API does not work with Quality Center (OTAClient.dll), but works with Java 6

We are running on Windows 7 Enterprise, SP1, 64bit. We just installed Java 7 on all our machines, which causes the following problem: When my program tries to communicate with the ...
1
vote
1answer
223 views

Changing system time via jacob java-com bridge

I'm trying to use Jacob to change the system time. I wrote the following method: /******************************************************************************* * Sets the system time. * * @param ...
2
votes
0answers
114 views

Jacob and wireless

I am using Jacob to find out the MAC addresses of all access points that are detected by my wireless NIC. According to WMI documentation Ndis80211BSSIList is: "The list of in-range BSSIDs and their ...
1
vote
2answers
607 views

Does maven have an ability to pack single *.dll to jar without any sources?

I'd like to add *.dlls as third party libs to my repository and during packaging process just pack them to *.jar, sign them and copy to some specific folder. Signing and coping are well done and ...
1
vote
1answer
626 views

Jacob - Word file correctly opened in 32bit and not in 64bit

I have a java web-application which uses the jacob library (running both in 32bit and in 64bit) to create/open word files. It correctly runs on my machine (32bit), it means that the word application ...
2
votes
1answer
475 views

How to change the active Page in Visio through JACOB Library

I can change a activePage in Visio with VBA code (with Macro Recorder) in Visio for Example from X Page to page "Main" Application.ActiveWindow.Page = Application.ActiveDocument.Pages.ItemU("Main") ...
0
votes
0answers
366 views

How to insert a Word document file in an exixsting Word document using Java

I've created a Microsoft Word document which has five to six pages using Java code. How do I insert another new word page after the third or fourth page of the existing word document?
0
votes
1answer
1k views

Error on running JACOB example

I'm trying to run jacob example but I can't get rid of this error. What should I do? Exception in thread "main" java.lang.UnsatisfiedLinkError: ...
0
votes
1answer
109 views

bindtomoniker java equivalent in COM

I have used the Java Jacob library to communicate with inedesign server application which exposes a COM interface. Normally you would communicate via a clsid or programid.Eg - this.gApp = new ...
0
votes
2answers
647 views

JACOB library fails when used in multiple threads

I have a strange problem using JACOB from two consequently started identical threads. I have a utility class that uses a static ActiveXObject field for dispatching various requests to the WMI. The ...
0
votes
2answers
2k views

Can't co-create object

i made a dll in .net and call that from java program using jacob.since yesterday i have windows 7 32 bit os so program run successfully.now i formated and install windows 7 64 bit os.so following ...
0
votes
1answer
123 views

How to grab a worksheet

I tried com4j but when I try to generate the wrappers it just gives Native exceptions. So in JACOB, how do I iterate through the worksheets in a workbook? I want to delete the original worksheets ...
7
votes
2answers
1k views

Count logons and logoffs on computer Windows 7

I want to count the number of logons and logoffs on users of their computers. I take the information for logons/logoffs from the Windows event logs (from Win32_NTLogEvent WMI class). For example with ...
3
votes
1answer
691 views

jacob.dll already loadedin another classloader

I am implmented a webservice in java and webservice client also in java. both the webservice ane webservice client are in different project and i am created dll using jacob. My Webservice and ...
0
votes
0answers
530 views

java:jacob error

I am implmented a webservice in java and webservice client also in java. both the webservice ane webservice client are in different project and i am created dll using jacob. now whenever i am calling ...

1 2