Skip to content

Install Java (Open-JDK-15) in Termux without root!

Notifications You must be signed in to change notification settings

K4mey/Termux-Java-15

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

39 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Gitpod Ready-to-Code

This script will currently only work for aarch64/arm64 devices.

Termux Java 15

Information

This script will install Java 15 in Termux.

script is written by Hax4us, MasterDevX and Guzio, with some very, very tiny help from Harshiv-Patel, and modified by K4mey, to run java 15

How to use

To install Java, open Termux and execute the following command:

pkg install wget && wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava

Eventually, run wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava to install Java if you arleady have wget installed.

Or just bash installjava if you have the script arleady downloaded for some reason.

When installed, run java -version to check, if it's correcty installed (i.e. if it throws command not found error, it's clearly not.)

After that you can run Java using java command.

We also provide an uninstaller, but since I'm writing this while making that script, there's no way I can attach a command here, as I need a link for that. Anyway, look for uninstall_java.sh in repo's home.

About

Install Java (Open-JDK-15) in Termux without root!

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 100.0%