termux-pacman / glibc-packages

Glibc packages for termux
MIT License
134 stars 19 forks source link

[Package]: openjdk #230

Open alexytomi opened 7 months ago

alexytomi commented 7 months ago

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

https://openjdk.org/

Source code URL

https://jdk.java.net/archive/

Packaging policy acknowledgement

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.