JAVA

cannot execute binary file

ndlessrain 2013. 8. 26. 15:04
728x90
"cannot execute binary file" usually means that you are trying to run a binary built for a different platform, e.g. 64-bit binary on 32-bit, x86 binary on ARM, etc.

 

728x90