
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 Sep
Jacob is a Java library that facilitates communication between Java applications and Microsoft Windows DLLs or COM libraries. It accomplishes this by utilizing a custom DLL that the Java classes in Jacob communicate with via JNI. Jacob eliminates the need for Java developers to write custom JNI code and simplifies interaction with Windows libraries.
Jacob is a Java library that simplifies communication between Java applications and Microsoft Windows DLLs or COM libraries. By providing a Java-COM bridge and abstracting away the complexities of Windows libraries, Jacob eliminates the need for custom JNI code and facilitates seamless integration with Windows systems. With regular bug fixes and updates, Jacob continues to improve and enhance the developer experience.
