I am executing a command in path /opt/dabai/tools/jdk1.8.0_211/bin/java
in docker.Throw error:
bash: /opt/dabai/tools/jdk1.8.0_211/bin/java: No such file or directory
I am sure the file exists.so I change to the path /opt/dabai/tools/jdk1.8.0_211/bin
and make sure file exists and execute:
./java
andd throw error:
bash: ./java: No such file or directory
I am confusing now.I am sure the java is linux and 64-Bit.I am copied from other linux machine and another machine works fine using this version of java.Where is going wrong and What should I do to fix this problem?