All Projects → suhan-paradkar → java-in-termux

suhan-paradkar / java-in-termux

Licence: MIT license
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

Programming Languages

shell
77523 projects

Projects that are alternatives of or similar to java-in-termux

jdk8u-xcode10
How to compile JDK 8u with Xcode 9, 10, 11 or 12 on macOS. Also with Shenandoah and JavaFX
Stars: ✭ 34 (+240%)
Mutual labels:  jdk, openjdk, jdk8, openjdk8
manon
🧪 Play with SpringBoot 2, JWT, Querydsl, GraphQL, Docker, ELK, PostgreSQL, MariaDB, Redis, MongoDB, Flyway, Maven, Gradle, TestNG, JUnit5, JaCoCo, GreenMail, CI, Quality Gates, Prometheus, Gatling, etc.
Stars: ✭ 26 (+160%)
Mutual labels:  jdk8, jdk11
java-metadata
Project collecting release metadata of various JDK distributions.
Stars: ✭ 18 (+80%)
Mutual labels:  jdk, openjdk
AndroidIDE
AndroidIDE is an IDE for Android to develop full featured Android apps on Android smartphones.
Stars: ✭ 98 (+880%)
Mutual labels:  openjdk, openjdk11
Dragonwell8
Alibaba Dragonwell8 JDK
Stars: ✭ 3,403 (+33930%)
Mutual labels:  jdk, openjdk
http-server
A Java HTTP server in 35MB Docker image
Stars: ✭ 17 (+70%)
Mutual labels:  jdk9, jdk11
corretto-docker
Dockerfiles for Amazon Corretto Official images.
Stars: ✭ 53 (+430%)
Mutual labels:  jdk8, jdk11
homebrew-zulu
Homebrew Casks for Azul Zulu OpenJDK & Mission Control
Stars: ✭ 172 (+1620%)
Mutual labels:  jdk, openjdk
openjdk
Current JDK release and early-access builds
Stars: ✭ 27 (+170%)
Mutual labels:  jdk, openjdk
cxf-spring-boot-starter
Enterprise & production ready SOAP webservices powered by Spring Boot & Apache CXF
Stars: ✭ 129 (+1190%)
Mutual labels:  jdk8, jdk11
book-catalog
A book-catalog example application written with the Micronaut framework.
Stars: ✭ 15 (+50%)
Mutual labels:  jdk11
UnicodeBOMInputStream
Doing things right, in the name of Sun / Oracle
Stars: ✭ 36 (+260%)
Mutual labels:  jdk
parrot-in-termux
Installing Parrot Os With Termux
Stars: ✭ 47 (+370%)
Mutual labels:  termux
maven-springboot-electron
Package your Java Web Application with Electron + OpenJDK only using Maven
Stars: ✭ 44 (+340%)
Mutual labels:  jdk
Mr.Holmes
🔍 A Complete Osint Tool
Stars: ✭ 307 (+2970%)
Mutual labels:  termux
tor-in-termux
proxy for telegram and twitter
Stars: ✭ 27 (+170%)
Mutual labels:  termux
JAR
Just Another Repo
Stars: ✭ 53 (+430%)
Mutual labels:  termux
hackX
hackX for hackers of the professional and beginner
Stars: ✭ 21 (+110%)
Mutual labels:  termux
TensorFlow Lite SSD RPi 64-bits
TensorFlow Lite SSD on bare Raspberry Pi 4 with 64-bit OS at 24 FPS
Stars: ✭ 25 (+150%)
Mutual labels:  armv8
Infect
Create you virus in termux!
Stars: ✭ 33 (+230%)
Mutual labels:  termux

Hits

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 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 , compiled by me.
  • Jdk 11(partial) is from JVDroid app.
  • Jdk 11 is from Lzhiyong's repo Termux-ndk
  • Jdk 9 is archived termux's disabled package
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].