termux / termux-app

Termux - a terminal emulator application for Android OS extendible by variety of packages.
https://f-droid.org/en/packages/com.termux
Other
35.83k stars 3.77k forks source link

how to install JDK and JRE in termux? not ecj #1622

Closed leechaowen closed 4 years ago

leechaowen commented 4 years ago

Who knows how to install JDK and JRE in termux ? not ecj. Thanks.

ghost commented 4 years ago

Termux does not support JDK natively. You need to setup a proot'ed Linux distribution (Arch/Debian/Ubuntu) and install JDK here.

https://wiki.termux.com/wiki/PRoot

Would not suggest any "Termux java installers" available on Github - all of them either use binary-patched JDK from Debian or stolen one from Jvdroid app. None of them working 100% properly.