[Package]: openjdk
alexytomi opened this issue · 0 comments
alexytomi commented
Why is it worth to add this package?
The normal openjdk-17 package from the official repositories lack some features. Some glibc dependent java programs can also fail to run. glibc-runner however can make the normal jdks built for aarch64 linux work wonderfully, it also seems to work fine on any other openjdk version.
Home page URL
Source code URL
Packaging policy acknowledgement
- I have read the Termux-Pacman Package Addition Policy and understand that my request will be denied in case of violation.
Additional information
I could get the jvm running by simply running grun -c -f
on the java binary while inside the java libs folder. It seems to work fine after that. Albeit I did have some issues that have since been fixed now.
Doesn't seem to work with the openjdk-17 package in the official termux repo. Only ones built for aarch64 linux.