java cannot execute binary file: Exec format error
在linux系统中配置中配置java环境,出现错误cannot execute binary file: Exec format error是由于装了操作系统位数是32位,jdk是64位数查看操作系统的位数uname -m输出显示的是x86_64,就说明系统是64位的,输出i686说明是32位的。...
·
在linux系统中配置中配置java环境,出现错误
cannot execute binary file: Exec format error
是由于装了操作系统位数是32位,jdk是64位数
查看操作系统的位数
uname -m
输出显示的是x86_64,就说明系统是64位的,输出i686说明是32位的。
更多推荐
已为社区贡献1条内容
所有评论(0)