Upgrade Jacob Java-COM bridge and relevant .jar
and .dll
files to support both 32-bit and 64-bit EA project files.
#35
Labels
enhancement
New feature or request
To support the new EA 16.x 64-bit release some of jCleanCim's existing libraries must be updated to include 64-bit compliant jar files and DLLs. While adding support for 64-bit libraries the current 32-bit libraries should also be verified and updated to the most recent release of these 32-bit jars/dlls. The following tasks should be performed as part of this Issue:
dll
folder should be renamed todll-x32
and a newdll-x64
directory created to host the 64-bit DLL files.lib-x32
folder and migrate theeaapi.jar
file currently inlib
to this new folder. Note that all other .jar files in the existinglib
folder should remain in the existing folder.lib-x64
folder and add the latest EA 16.xeaapi.jar
file to it.lib-x32
,lib-x64
,dll-x32
anddll-x64
folders in the classpath entries.The text was updated successfully, but these errors were encountered: