superbase-zz / jacob-project

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. This repository was migrated from Sourceforge 2020/09

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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.

Repositories

JACOB (Java-COM bridge)

Documentation

You can find additional information in the docs folder

Usage

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.

TODO

There is no good usage guide at this time.

Release Notes

See ReleaseNotes for a full history

JACOB 1.20

What's New

  • Upgraded from VS2015 to VS 2019
  • Move from Sourceforge to GitHub
  • Updated Junit jars
  • VT_DATE and SafeArray

Tracked Changes

Item Description
Bugs
none
Patches
48 Update to VS2019 Community and Windows 10 libs
1 Support VT_DATE getting from SafeArray
Feature Requests
none

JACOB 1.19

What's New

Tracked Changes

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

About

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. This repository was migrated from Sourceforge 2020/09

License:GNU Lesser General Public License v2.1


Languages

Language:Java 62.0%Language:C++ 29.4%Language:C 8.5%