jacob-project icon indicating copy to clipboard operation
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...

Results 43 jacob-project issues
Sort by recently updated
recently updated
newest added

![image](https://user-images.githubusercontent.com/11919245/122866351-5f0ae900-d35a-11eb-901e-fb77d337cb31.png) ![image](https://user-images.githubusercontent.com/11919245/122866400-7053f580-d35a-11eb-821a-8c7f90b1f34d.png) ![image](https://user-images.githubusercontent.com/11919245/122866422-7f3aa800-d35a-11eb-9951-46313e3cbf1b.png) Invoke of Application.BaseCalendarEditDays,Prompt that the parameter value is invalid after execution.Please help to check the problem.Thank you.

When running an web application on OpenJDK 11 which invokes SAP B1 via SBO API, the JVM occasionally crashes with the following stacktrace: ``` # EXCEPTION_ACCESS_VIOLATION (0xc0000005) at pc=0x00007ffe478970c0, pid=4228,...

We use Jacob in the multi-threaded mode. In the case when the network connection is unstable (hence, data loss can occur), we have the following problem: During operation, the program...

I have the following simple class calling my COM object. The class is part of a web service, and may be called from different Java threads, but the calls are...

Hello, i tried to fetch T-1_18-M2 but i failed to find it anywhere . is it depricated ?

There were a couple comments on Sourceforge on how the loading could be done differently. I forgot to copy those messages to GitHub before purging them on Sourceforge. This _issue_...

enhancement
help wanted

This Defect was copied from Sourceforge. LibraryLoader dynamically loads it's dll. https://github.com/freemansoft/jacob-project/blob/master/src/com/jacob/com/LibraryLoader.java `System.load(path);` `System.loadLibrary(name);` This is by design. I'm not sure how we would fix it other than possibly finding...

enhancement
help wanted

Hey, I've created a new feature that I need in my use case which is: > Created a new feature at LibraryLoader so it will try to load the dll...

Publish changes to Jacob library (LGPL license) made for an internal project at Airbus DS. Add features CallbackProxy and DispatchCallback

The scripting examples fail. * ScriptTest * ScriptTest2 * ScriptTest2ActiveX * ScriptTest3 * ScriptTest3ActiveX Probably a 32bit / 64bit issue? I'm running them on a 64bit machine. The DLL version...