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

Improvement: How to use Java 11 with domino-jna #44

Open
glasen opened this issue Apr 7, 2020 · 0 comments
Open

Improvement: How to use Java 11 with domino-jna #44

glasen opened this issue Apr 7, 2020 · 0 comments

Comments

@glasen
Copy link

glasen commented Apr 7, 2020

This is not really an issue with domino-jna but an addition:

You can use domino-jna and "Notes.jar" with Java 11 when using the libraries "glassfish-corba-omgapi" and "glassfish-corba-orb" which replace the deprecated Corba implementation from Java 8.

They work as a drop in replacement. Just put them as a dependency to your project and you can use Java 11. They are no caveats. I've processed about 2TB of databases and ~150 million documents using Java 11.

Dependency for Gradle

compile group: 'org.glassfish.corba', name: 'glassfish-corba-orb', version: '4.2.1'
compile group: 'com.google.code.gson', name: 'gson', version: '2.8.6'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant