diff --git a/jacob/README.md b/jacob/README.md index 667a785..6aaae51 100644 --- a/jacob/README.md +++ b/jacob/README.md @@ -1,5 +1,22 @@ JACOB (Java-COM bridge) is hosted on Sourceforge http://sourceforge.net/project/jacob-project +## Latest Release ## + +See docs/ReleaseNotes.html for a full history + +JACOB 1.19 +### What's New +* 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/ +### Tracked Changes +### Bugs +* 132 32 bit ponters not convertd to 64 bit +* 130 Name value incorrect in Mainfest.MF affecting tamper check +### Patches +* n/a none +### Feature Requests +* n/a none ## Documentation ## You can find additional information in the [docs](docs) folder diff --git a/jacob/docs/BuildingJacobFromSource.html b/jacob/docs/BuildingJacobFromSource.html index 323cc78..5734ffc 100644 --- a/jacob/docs/BuildingJacobFromSource.html +++ b/jacob/docs/BuildingJacobFromSource.html @@ -54,7 +54,7 @@

Development Environment

1.15 VC 2005 (8) 1.5.0 (49)1.7.03.432 and 64 bit 1.17 VC 2005 (8) 1.5.0 (49)1.8.4 Eclipse Embedded4.332 and 64 bit 1.18 VS 2013 (12) Windows SDK 7.1A1.6.0 (50)1.8.4 Eclipse Embedded4.332 and 64 bit - 1.19 VS 2013 (12) Windows SDK 7.1A1.8.0 (52)1.10.1 Eclispse Embedded4.732 and 64 bit + 1.19 VS 2013 (12) Windows SDK 7.1A1.8.0 (52)1.10.1 Eclipse Embedded4.732 and 64 bit diff --git a/jacob/docs/JacobThreading.html b/jacob/docs/JacobThreading.html index a9e3d2b..8d22635 100644 --- a/jacob/docs/JacobThreading.html +++ b/jacob/docs/JacobThreading.html @@ -12,7 +12,6 @@

introduction

www.microsoft.com/msj/0297/apartment/apartment.htm -
  • http://www.cswl.com/whiteppr/white/multithreading.html diff --git a/jacob/docs/UsingJacob.html b/jacob/docs/UsingJacob.html index 8c2a324..2f0e810 100644 --- a/jacob/docs/UsingJacob.html +++ b/jacob/docs/UsingJacob.html @@ -2,7 +2,7 @@ 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 library and dll isolate the Java + 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.