This document reflects the next release 1.21 which is moving from Java 8 to Java 17.
Jacob is a Java library that lets Java applications communicate with Microsoft Windows DLLs or COM libraries. It does this through the use of a custom DLL that the Jacob Java classes communicate with via JNI. The Java library and dll isolate the Java developer from the underlying windows libraries so that the Java developer does not have to write custom JNI code.Jacob is not used for creating ActiveX plugins or other modules that live inside of Microsoft Windows applications.
JACOB (Java-COM bridge)
- Source was hosted on Sourceforge for for over a decade on the jacob-project Sourceforge Repository
- The Discussion forums are still up on Sourceforge jacob-project Discussions
- The root repository for source is now located On GitHub
You can find additional information in the docs folder
- Using Jacob
- ReleaseNotes
- Building Jacob From Source
- Detailed instructions on creating a build configuration file are in build.xml
Put the appropriate DLL for your platform into your runtime library path.
- jacob for 32 bit windows is located in /x86.
- jacob for 64 bit windows is located in /64.
There is no good usage guide at this time.
See ReleaseNotes for a full history.
- Upgraded from VS 2019 to VS 2022 - can use Community
- Formatting done using VS Code - developed using VSCode ANT and Java Extensions
Item | Description |
---|---|
Bugs | |
#35 | Add Iterable to EnumVariant |
#36 | Memory Leak |
#38 | Implement Comparable on Currency |
#40 | Incorrect delete in Dispatch JNI Invoke() |
#42 | ArrayIndexOutOfBounds SafeArray |
#43 | Memory Leaks in DispatchEvents.cpp |
#45 | SaveArray init0 |
#48 | Incorrect multi dimensional array element count |
Patches | |
none | none |
Feature Requests | |
none | none |