Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suhan-paradkar/java-in-termux
This script will install java (openjdk-11/8) in termux without root! Available for aarch64 or armv8, arm64, armhf, armv7l, arm or arm32 or armv7 or aarch32
https://github.com/suhan-paradkar/java-in-termux
armv7l armv8 java jdk jdk11 jdk8 jdk9 openjdk openjdk11 openjdk8 openjdk9 termux
Last synced: 4 months ago
JSON representation
This script will install java (openjdk-11/8) in termux without root! Available for aarch64 or armv8, arm64, armhf, armv7l, arm or arm32 or armv7 or aarch32
- Host: GitHub
- URL: https://github.com/suhan-paradkar/java-in-termux
- Owner: suhan-paradkar
- License: mit
- Archived: true
- Created: 2021-03-21T08:22:22.000Z (almost 4 years ago)
- Default Branch: master
- Last Pushed: 2021-08-05T12:06:42.000Z (over 3 years ago)
- Last Synced: 2024-09-26T01:41:58.049Z (4 months ago)
- Topics: armv7l, armv8, java, jdk, jdk11, jdk8, jdk9, openjdk, openjdk11, openjdk8, openjdk9, termux
- Language: Shell
- Homepage:
- Size: 125 MB
- Stars: 15
- Watchers: 1
- Forks: 7
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Funding: .github/FUNDING.yml
- License: LICENSE.md
Awesome Lists containing this project
README
[![Hits](https://hits.seeyoufarm.com/api/count/incr/badge.svg?url=https%3A%2F%2Fgithub.com%2Fsuhan-paradkar%2Fjava-in-termux&count_bg=%2367CB1B&title_bg=%23555555&icon=&icon_color=%23E7E7E7&title=hits&edge_flat=true)](https://hits.seeyoufarm.com)
# This repository is now archived if you want to continue development you are free to fork the repository and use the binaries after the consent of the mentioned authorsq
# Hello People,
Today I bring to you a script to install java in [Termux](https://termux.com) without root!**Availability: openjdk-11.0.1 and openjdk8 for 64-bit cpu's while only jdk-8 for 32-bit cpu's. 64-bit cpu can opt partial ar full version**
# Downloads Available for
- aarch64
- armv8
- arm64_Note: all above cpu is 64-bit and uses same binary(jdk)_
- armhf
- armv7l
- arm/arm32/armv7/aarch32
- armv8l_Note : all above cpu except armv8l is 32-bit and uses same binary(jdk). armv8l is 64-bit but acts like 32-bit, hence jdk8_
_JDK8 May be buggy... Help is required to resolve bugs... JDK11 is tested...so 64 bit machines are lucky_
- **You may check your architecture by `uname -a` command**
# Installation
```
git clone https://github.com/suhan-paradkar/java-in-termux.git --depth=1
cd java-in-termux
chmod +x install.sh
```
**and**```
bash install.sh
```
- Java will be installed, check it by running `java --version` command from terminal
- Package is about 200+MB(jdk11), 70MB(jdk8) or just 20MB (incase of partial installation for 64-bit cpus) and needs constant internet for proper installation
- Restart termux after installation# Note
- I have not compiled jdk, just wrote script
- Jdk 8 is by [Hax4us](https://github.com/Hax4us/java) , compiled by me.
- Jdk 11(partial) is from JVDroid app.
- Jdk 11 is from Lzhiyong's repo [Termux-ndk](https://github.com/Lzhiyong/termux-ndk/tree/master/openjdk-build)
- Jdk 9 is archived termux's disabled package