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 no 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 VS2015 to VS 2019
- Move from Sourceforge to GitHub
- Updated Junit jars
- VT_DATE and SafeArray
Item | Description |
---|---|
Bugs | |
none | |
Patches | |
48 | Update to VS2019 Community and Windows 10 libs |
1 | Support VT_DATE getting from SafeArray |
Feature Requests | |
none |
- Upgraded from Java 6 to Java 8 compilation
- Upgraded from junit 3.8.1 to 4.12
- Migrated from CVS to GIT using sourceforge migration instructions https://sourceforge.net/p/forge/documentation/CVS/
Item | Description |
---|---|
Bugs | |
132 | 32 bit ponters not convertd to 64 bit |
130 | Name value incorrect in Mainfest.MF affecting tamper check |
Patches | |
none | |
Feature Requests | |
none |