MasterDevX / Termux-Java

Install Java (Open-JDK-8) in Termux without root!
378 stars 82 forks source link

Bad system call #31

Closed Nincodedo closed 3 years ago

Nincodedo commented 3 years ago

After running the install and trying to run java -version, I only get "Bad system call" as a return.

Screenshot_20200924-135751

I'm running Android 11 on a Pixel 3a, no root.

Sanchit143 commented 3 years ago

I'm facing the same issue but Android 10 on OnePlus 8 Pro

MrF0o commented 3 years ago

try running proot java --version

Sanchit143 commented 3 years ago

That actually worked! Thanks! Could you please explain what was wrong and what did proot to do help it?

MrF0o commented 3 years ago

actually i don't know, i tried it and worked :)

Sanchit143 commented 3 years ago

Okay, thanks for helping!

Nincodedo commented 3 years ago

Worked for me too. Thanks!