|
1 | | -# Java for termux |
2 | | -# Steps |
3 | | -1.mv java/openjdk/java /data/data/com.termux/files/usr/bin |
| 1 | +# Termux Java |
| 2 | +### Information |
| 3 | +This script will install Java in Termux.</br> |
| 4 | +Libraries compiled by <a href="https://github.com/Hax4us">Hax4us</a>, script written by <a href="https://github.com/Hax4us">Hax4us</a> and <a href="https://github.com/MasterDevX">MasterDevX</a>. |
4 | 5 |
|
5 | | -2.Now you can execute java |
| 6 | +### How to use |
| 7 | +To install Java, open Termux and execute the following command: |
| 8 | +```pkg install wget && wget https://raw.githubusercontent.com/MasterDevX/java/master/installjava && bash installjava``` |
6 | 9 |
|
7 | | -# Hello I am Lokesh (devil - admin of hax4us channel & website ) |
8 | | - |
9 | | -# This is a try to use java easily in termux plz dont put my hardwork into dustbean by copying my work :D thnx |
| 10 | +After that you can run Java using ```java``` command. |
0 commit comments