Is it possible to install JDK 22 in Termux?
I already tried to install from source code, but it requires Boot-JDK.
Only JDK 17 is available through the package manager, but I need a version higher than 17.
pkg install openjdk-17
If this is possible how can I install this?