Replies: 2 comments 2 replies
-
All the EPP packages already require Java 21 for the 2024-06 release and so do linuxtools and wildwebdeveloper so it seems fine to go down this path. |
Beta Was this translation helpful? Give feedback.
1 reply
-
Nevermind... Foreign Functions are still only a preview feature in Java 21 and were officially released with Java 22. So it'll probably take a few more years before this can be adopted. |
Beta Was this translation helpful? Give feedback.
1 reply
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
This is something that came to mind while recompiling the Windows binaries...
WindowBuilder makes heavy use of native methods, in order to take screenshots of the SWT widgets. Especially with the Linux binaries, there were (and probably still are) several issues where the IDE just crashes, especially on Wayland, with a segmentation fault.
I wonder if it would improve stability by switching from JNI to the Foreign Functions API. This would -however- raise the BREE for the OS bundles to Java 21.
Thoughts?
Beta Was this translation helpful? Give feedback.
All reactions