Warning: file_get_contents(/data/phpspider/zhask/data//catemap/0/amazon-s3/2.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Ubuntu 找不到文件错误_Ubuntu_Jad - Fatal编程技术网

Ubuntu 找不到文件错误

Ubuntu 找不到文件错误,ubuntu,jad,Ubuntu,Jad,因此,我运行以下查询 ls helloWorld.class jad Readme.txt file jad jad: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses shared libs), for GNU/Linux 2.0.0, stripped ./jad helloWorld.class -bash: ./jad: No such file or dire

因此,我运行以下查询

ls
helloWorld.class  jad  Readme.txt

file jad
jad: ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically linked (uses  shared libs), for GNU/Linux 2.0.0, stripped

./jad helloWorld.class 
-bash: ./jad: No such file or directory
所以它看起来像是
jad
被检测为其他命令的参数,但是当我使用
jad
作为命令时,它不起作用。有什么想法吗?

我也有同样的问题。 它可能是32位对64位的东西或其他东西。但是从这里下载静态链接版本: 解决了我的案子