I want to have this and then I could play with scala's repl.
Hi and thanks for the suggestion! The openjdk package suggestion is noted on https://termux.com/package-suggestions.html as an input for future development - closing this issue.
what is the status of this request:question:
@biwin this probably should have been reopened when the package requests moved to issues. But https://github.com/termux/termux-packages/issues/324 covers this request as well now.
PyPy JDK please
@hepin1989 Openjdk-8-jdk is available through:
Now you can install Arch Linux in Termux 馃摬 on your smartphone and tablet. More information at https://sdrausty.github.io/TermuxArch
Java is available through https://sdrausty.github.io/TermuxArch/ Just follow the easy install instructions at https://sdrausty.github.io/TermuxArch/docs/install or simply copy and paste the following into your Termux window:
cd && git clone https://github.com/sdrausty/TermuxArch
./TermuxArch/setupTermuxArch.sh
Read more about the Arch Linux package manager at duckduckgo arch+linux+install+java+pacman.
To install java run pacman -Syy; pacman -Su; pacman -S jdk8-openjdk

@SDRausty So where's scala on Arch Linux on Termux?