首页 > 其他 > 详细

Java: cannot execute binary file

时间:2014-02-28 11:31:46      阅读:638      评论:0      收藏:0      [点我收藏+]

java: cannot execute binary file
root cause:
you have a 32 bit OS that you are trying to run a 64 bit build.
If your OS was 64 bit, you would see x86_64 instead of i686.

Other information:
If you want to see OS info, you can try following command.
1.# uname -a 
[oracle@cdcXXX2 bin]$ uname -a
Linux cdXXX62.##.oracle.### 2.6.32-100.28.5.el6.x86_64 #1 SMP Wed Feb 2 18:40:23 EST 2011 x86_64 x86_64 x86_64 GNU/Linux
So,This is 64 bit OS

2.#uname -a 
[oracle@cdcXXX1 bin]$ uname -a
Linux cdcjp61.cn.oracle.com 2.6.18-128.el5PAE #1 SMP Wed Dec 17 12:02:33 EST 2008 i686 i686 i386 GNU/Linux
So,This is 32 bit OS

Java: cannot execute binary file,布布扣,bubuko.com

Java: cannot execute binary file

原文:http://www.cnblogs.com/lzhairs/p/3572240.html

(0)
(0)
   
举报
评论 一句话评论(0
关于我们 - 联系我们 - 留言反馈 - 联系我们:wmxa8@hotmail.com
© 2014 bubuko.com 版权所有
打开技术之扣,分享程序人生!