Questions tagged [jacob]

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

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 and 64 bit JVMs.

https://sourceforge.net/projects/jacob-project/

206 questions
0
votes
0 answers

Jacob Export Outlook Contact Pictures (Java, Jacob)

Good Morning, I’am using Jacob 1.17 o read all my Outlook Contact Pictures and save them to an File. The Procedure works pretty fine for the first 199 Contatcs. After that the Dispatch.call fails and terminates with the following…
Aviation
  • 11
  • 3
0
votes
1 answer

How to retrieve CATIA Part object with com4j for java

I’ve tried to use com4j to get the PartDocument of a Catia file but when I get the object it was a Document object and not a PartDocument object. By consequent I cannot access to the method “part” of my object. I try to cast Document to PartDocument…
tao
  • 3
  • 3
0
votes
1 answer

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 available.
Stephen Watkins
  • 25,047
  • 15
  • 66
  • 100
0
votes
1 answer

Deploying the jacob.dll

There is a question about deploy the jacob.dll. As we know jacob.dll is default set to put under the path C:\Windows\System32, is there any possible to change the default path like put it under another location? The reason for asking this is because…
Lilly White
  • 175
  • 1
  • 3
  • 10
0
votes
2 answers

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?
聂鹏.
  • 11
  • 1
0
votes
2 answers

NoClassDefFoundError: Could not initialize class com.jacob.com.ComThread

I am running an existing application which should ideally be working fine. But when I run the code in my machine the following code throws an exception ComThread.InitMTA(); Exceptionjava.lang.NoClassDefFoundError: Could not initialize class…
IS_EV
  • 988
  • 2
  • 15
  • 29
0
votes
1 answer

How to Rename fileName using Win32_ShortcutFile - WMI schema method rename and Jacob

Being a Jacob newbie, I am not able to use rename method of Win32_ShortcutFile schema for changing filename. I want to use it done via schema method calling only. Please suggest how I should proceed. My code looks like this: public static void…
user1931914
  • 49
  • 1
  • 5
0
votes
1 answer

JACOB - ALM OTA connection - How to retrieve the list of testsets

I am trying to get list of testsets using JACOB- ALM connection. I am using below code to establish connection. Dispatch.call(disp, "InitConnectionEx", "url"); Dispatch.call(disp, "Login", "user","password"); Dispatch.call(disp, "Connect",…
Sravan
  • 1
0
votes
0 answers

Create DLL file using C# to use in java

Hey guys I'm java developer however I need to work around c#. In my company we are facing some issues in java so we decided to call dll function through java. I wrote .cs file as follow using System; using System.Diagnostics; using…
Vicky Thakor
  • 3,847
  • 7
  • 42
  • 67
0
votes
1 answer

Passing 2D Array argument with JACOB

I have a COM method I'm trying to invoke, where there's an argument of type 'object' which must be a 2D double safe array, a collection of lat/long points. How can I create a SafeArray in JACOB to send through the COM interface? I've tried just…
Stealth Rabbi
  • 10,156
  • 22
  • 100
  • 176
0
votes
1 answer

com.jacob.com.ComFailException: Can't co-create object

I'm using jacob to load system certificate. Its working fine when I run code using public static void main(String args[]) or say simple Java program but when I try to run code using Applet I'm getting error as…
Vicky Thakor
  • 3,847
  • 7
  • 42
  • 67
0
votes
1 answer

Delete and update Outlook contact using jacob library

I am using jacob library. Using jacob library and following this tutorial i am able to add a contact in outlook. Now i want to delete and update that contact using jacob. i want to know is there any way to delete the outlook contact using jacob. I…
Waqas Ali
  • 1,642
  • 4
  • 32
  • 55
0
votes
0 answers

Jacob can't connect to iTunes on WIndows XP

I have a user getting this error: com.jacob.com.ComFailException: Can't co-create object at com.jacob.com.Dispatch.createInstanceNative(Native Method) at com.jacob.com.Dispatch.(Dispatch.java:99) at…
Paul Taylor
  • 13,411
  • 42
  • 184
  • 351
0
votes
1 answer

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!
Ngọc Sang
  • 23
  • 1
  • 2
0
votes
1 answer

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. However, online I've seen that there is currently no…
1 2 3
13
14