javac: cannot execute binary file

# java/jdk1.6.0_12/bin/javac
-bash: java/jdk1.6.0_12/bin/javac: cannot execute binary file

 

后来检验,检查了一段时间,没有问题,最后有高人提示

经验证,是64位版本移到32位上。

 

http://www.cnblogs.com/quxuedan/archive/2012/08/22/2650497.html

时间: 2024-08-21 21:11:39

javac: cannot execute binary file的相关文章

android-/usr/bin/mkbootimg: cannot execute binary file

问题描述 /usr/bin/mkbootimg: cannot execute binary file 我用cygwin学习制作安卓recovery的编译,但是在打包的时候出现了/usr/bin/mkbootimg: cannot execute binary file问题,求助ing 解决方案 cannot execute binary fileerror: cannot execute binary file-bash: ./firstdrvtest: cannot execute bina

Linux下为何出现/java: cannot execute binary file

这种情况一般虚拟机的位数(32和64)不匹配造成的.重新下一个和你虚拟机匹配的JDK版本就行了 其中带有X64的都是64位,其他32位

Binary file to C array(bin2c)

1 /******************************************************************************** 2 * Binary file to C array(bin2c) 3 * 说明: 4 * 由于工作中需要将bmp文件数据转换成C数组,于是写了这个工具(bin2c),代码如你 5 * 所见,只有看上去不多的几行. 6 * 7 * 2015-4-20 周一 阴 深圳 南山 西丽平山村 曾剑锋 8 *****************

grep returns Binary file (standard input) matches

The grep -a, --text option may be of use to you. This will force grep to actually print the contents of the file. If you are looking to fix the actual file, I would say open it up in an editor and resave it and see what that does.

jdk1.6环境搭建netbeans的中文乱码

中文|中文乱码 增加支持库联接cd /usr/binln -sf /opt/jdk1.6.0/bin/javacln -sf /opt/jdk1.6.0/jre/bin/java 修改.bashrcexport JAVA_HOME=/opt/jdk1.6.0export JAVA_BIN=/opt/jdk1.6.0/binexport PATH=$PATH; $JAVA_HOME/binexport CLASSPATH=.; $JAVA_HOME/lib/dt.jar; $JAVA_HOME/l

all installing oracle9i documents under linux platform

oracle Coming soon: Installing Oracle9i RAC on Red Hat Advanced 2.1 (this article will also cover OCFS and FireWire Drives)   Installing Oracle 9i on RedHat Linux 7.1, 7.2, 7.3, 8.0, 9, Red Hat Advanced Server 2.1, and on Red Hat Enterprise Linux Adv

交叉编译遇到的问题No support for MIPS CPUs without FPU

问题描述 交叉编译遇到的问题No support for MIPS CPUs without FPU 我在交叉编译输入命令 ./configure --prefix=/mnt/opnresty --with-cc=/home/opt/toolchains/crosstools-mips-gcc-4.6-linux-3.4-uclibc-0.9.32-binutils-2.21/usr/bin/mips-linux-gcc --with-cpp=/home/opt/toolchains/cross

解决The source directory "/usr/local" does not appear to contain CMakeLists.txt错误

风信网(ithov.com)原创文章:今天编译mysql-5.6.15-linux-glibc2.5-x86_64.tar.gz版本,决是报错,信息如下: [root@localhost mysql]# scripts/mysql_install_db --user=http://www.aliyun.com/zixun/aggregation/33.html">mysql --basedir=/usr/local/mysql --datadir=/data/mysql/data --fo

lamp-编译安装mysql出现问题,求大神指点

问题描述 编译安装mysql出现问题,求大神指点 编译安装MySQL时出现如下问题 自己是wins64 位的系统的VMware虚拟机中安装mysql版本是 mysql-5.5.28-linux2.6-x86_64.tar.gz mysql用户和mysql权限属主属组都修改成mysql.mysql了执行scripts/mysql_install_db 出现问题: [root@localhost mysql]# scripts/mysql_install_db --user=mysql --data