"Bad system call"
Installation succeeds, though on executing java (e.g. java -version) the process returns the message "Bad system call"
Try under termux-chroot.
pkg in proot
then execute termux-chroot and then run java
How to run i mean which command to use run java and also to stop
Try under termux-chroot.
pkg in prootthen executetermux-chrootand then run java
@kcubeterm thx, that worked for me!
Could you shortly explain what the problem is and what termux-chroot does and why it works? Thanks a lot!
@ElCattivo13 simply put it just proots you into a *nix-like file hierarchy you can try:
vim -R `which termux-chroot`
and examine what it does.
It's really working thanks bro