https://github.com/mishakorzik/easy-java
Easy install Oracle Java only for arm64. Tested on termux and raspberry pi.
https://github.com/mishakorzik/easy-java
bash bash-script easy java jdk linux oracle-java oracle-jdk raspberry-pi raspberrypi termux termux-hacking termux-tools
Last synced: 7 months ago
JSON representation
Easy install Oracle Java only for arm64. Tested on termux and raspberry pi.
- Host: GitHub
- URL: https://github.com/mishakorzik/easy-java
- Owner: mishakorzik
- License: apache-2.0
- Created: 2024-08-09T10:14:59.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2025-01-03T10:18:24.000Z (12 months ago)
- Last Synced: 2025-04-03T19:12:49.984Z (9 months ago)
- Topics: bash, bash-script, easy, java, jdk, linux, oracle-java, oracle-jdk, raspberry-pi, raspberrypi, termux, termux-hacking, termux-tools
- Language: Shell
- Homepage:
- Size: 362 KB
- Stars: 11
- Watchers: 1
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
## easy-java
You can easily install the full version of Java or even multiple versions of Java and work with them at the same time, each with a different version installed. It is only supported on arm64 and Linux systems such as: debian, ubuntu and termux.
### Tool tested on
this tool has been tested on arm64 systems such as:
### How to Install
```
apt install wget
apt install python3-pip
python3 -m pip install gdown
wget https://raw.githubusercontent.com/mishakorzik/easy-java/main/easy-java
chmod +x easy-java
./easy-java
```
### How to Uninstall
```
# if you're using debian or ubuntu
cd /usr/local
sudo rm -rf jdk-*
# if you're using termux
cd $PREFIX/..
rm -rf java
```
### Screenshots
Here are screenshots of installing Java on debian and termux

To update Java you need to reinstall easy-java script and install Java version again.