Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Upgrade Jacob Java-COM bridge and relevant .jar and .dll files to support both 32-bit and 64-bit EA project files. #35

Open
admin-cimug opened this issue Sep 10, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@admin-cimug
Copy link
Member

admin-cimug commented Sep 10, 2024

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:

  • The existing dll folder should be renamed to dll-x32 and a new dll-x64 directory created to host the 64-bit DLL files.
  • Create a new lib-x32 folder and migrate the eaapi.jar file currently in lib to this new folder. Note that all other .jar files in the existing lib folder should remain in the existing folder.
  • Create a new lib-x64 folder and add the latest EA 16.x eaapi.jar file to it.
  • Update the run.bat file to reflect the new lib-x32, lib-x64, dll-x32 and dll-x64 folders in the classpath entries.
  • The jacob-project Java-COM bridge should be updated to release 1.21.
@admin-cimug admin-cimug self-assigned this Sep 10, 2024
@admin-cimug admin-cimug added the enhancement New feature or request label Sep 10, 2024
@admin-cimug admin-cimug changed the title Upgrade to the latest J Upgrades open source projects and relevant .jar and .dll files to support both 32-bit and 64-bit EA project files. Sep 10, 2024
@admin-cimug admin-cimug changed the title Upgrades open source projects and relevant .jar and .dll files to support both 32-bit and 64-bit EA project files. Upgrade Jacob Java to COM bridge and relevant .jar and .dll files to support both 32-bit and 64-bit EA project files. Sep 10, 2024
@admin-cimug admin-cimug changed the title Upgrade Jacob Java to COM bridge and relevant .jar and .dll files to support both 32-bit and 64-bit EA project files. Upgrade Jacob Java-COM bridge and relevant .jar and .dll files to support both 32-bit and 64-bit EA project files. Sep 10, 2024
tviegut added a commit that referenced this issue Sep 16, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant