Yisus7u7/termux-desktop-xfce

JRE not installed showing in README?

Simbaclaws opened this issue · 1 comments

Hi there,

I haven't tested this xfce desktop termux setup yet, but I noticed the screenshots with specific apps not working.

I'm pretty sure this might be related to not having a Java Runtime Environment installed on your distro of choice....
To install for example jre on ubuntu:

sudo apt install default-jre default-jdk

Each distro has their own repository for the open-jdk and open-jre packages by default.

If you are using proot you could do it that way.

If you are using plain termux, there is a script created by someone to install java here:

(WARNING: check your sources before you run this command. I'm not in any way sure this Hax4us developer his libraries are genuinely compiled without any sort of exploits of some sorts. His name might suggest otherwise... Not trying to point fingers here, just saying that if you are going to recompile binaries for a specific platform and you have a hackerish name, and publish this as unofficial source from your repo... It might be good to not run this code blindly)
https://github.com/MasterDevX/Termux-Java

Maybe installing JRE can solve those issues you had... Hope this helps.

pkg install openjdk-17