
I just found SDKMAN! Recently, it really save my day .. All Installation has been successfully completed.. Although I had some errors and I got no lead from searching related issues .. Please help
Hi @unknowpe!
Are you using termux?
Hi @unknowpe!
Are you using termux?
Yes, should I add Termux to the title..
Interestingly, the executable exists
test -f /data/data/com.termux/files/home/.sdkman/candidates/java/current/bin/java
echo $? # 0, so the file exists
the executable file exists .. but idk why it say "no such file" could this be my file is corrupted ??
The file exists, and if you do a file $JAVA_HOME/bin/java it shows the correct type.

UUgh .. @helpermethod , I just realize it was my fault to begin .. I failed to notice the difference mechanisms between android and PC . Thank you for your time.
@unknowpe Very interesting, thanks for sharing!