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

Issue with openjdk>=9 #6

Closed
npavlovikj opened this issue Jan 4, 2019 · 2 comments
Closed

Issue with openjdk>=9 #6

npavlovikj opened this issue Jan 4, 2019 · 2 comments

Comments

@npavlovikj
Copy link

npavlovikj commented Jan 4, 2019

Hi,

This recipe doesn't work with openjdk>=9: library(rJava) returns libjvm.so: cannot open shared object file: No such file or directory.
The reason is explained here, conda-forge/openjdk-feedstock#34.
If I force openjdk to 8, then the package works fine.
It will be nice if the recipe can be updated accordingly.
The same issue happens with r-rjava from the r channel as well.

Thank you,
Natasha

@dpryan79
Copy link
Contributor

In #7 I have this pinned to a particular openjdk release (8.*). The issue is caused be different openjdk versions having libjvm.so in different places, which will obviously break all of the rpath stuff.

@izahn
Copy link

izahn commented Feb 5, 2021

Is pinning to openjdk 8 still needed? OpenJDK8 getting pretty old, and some things (e.g., eclipse) no longer work with it. It looks like the original issues that prompted the pin to version 8 was closed in kivy/pyjnius#304

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

4 participants