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

Java 21 (LTS) support #1

Open
gituser789 opened this issue May 3, 2024 · 0 comments
Open

Java 21 (LTS) support #1

gituser789 opened this issue May 3, 2024 · 0 comments

Comments

@gituser789
Copy link

Thanks for providing the adapted gecko version! I am using this since a few years now to automate simulations.

After switching to a new java-version using archlinux-java set java-21-openjdk, the following failure is raised when controlling gecko via python.

    self.ginst = self.Inst.startNewRemoteInstance(self.geckoport)
                 ^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
  File "jnius/jnius_export_class.pxi", line 1163, in jnius.JavaMultipleMethod.__call__
  File "jnius/jnius_export_class.pxi", line 876, in jnius.JavaMethod.__call__
  File "jnius/jnius_export_class.pxi", line 1042, in jnius.JavaMethod.call_staticmethod
  File "jnius/jnius_utils.pxi", line 79, in jnius.check_exception
jnius.JavaException: JVM exception occurred: java.lang.UnsupportedOperationException

When i switch back archlinux-java set java-17-openjdk, the python code interface works fine.

Are there any plans to upgrade this gecko build for the latest java LTS in future?

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