安装MyEclipse_6_0_1GA_E3_3_1_Installer.bin的时候提示错误:
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
exec: 2481: /tmp/install.dir.10999/Linux/resource/jre/bin/java: not found
$ java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)
Google找了一下,看到一篇blog[url]http://www.dualface.com/blog/?p=512[/url],有描述,需要安装libc6-i386 和 ia32-libs两个包,但是用32位版本的ubuntu就不用安装这两个包,我查了一下这两个包的说明
libc6-i386:
GNU C Library: 32bit shared libraries for AMD64
This package includes shared versions of the standard C
library and the standard math library, as well as many others.
This is the 32bit version of the library, meant for AMD64 systems.
ia32-libs:
ia32 shared libraries for use on amd64 and ia64 systems
This package contains runtime libraries for the ia32/i386
architecture, configured for use on an amd64 or ia64 Debian system running a 64-bit kernel.
Preparing to install...
Extracting the JRE from the installer archive...
Unpacking the JRE...
Extracting the installation resources from the installer archive...
Configuring the installer for this system's environment...
Launching installer...
exec: 2481: /tmp/install.dir.10999/Linux/resource/jre/bin/java: not found
$ java -version
java version "1.6.0_06"
Java(TM) SE Runtime Environment (build 1.6.0_06-b02)
Java HotSpot(TM) 64-Bit Server VM (build 10.0-b22, mixed mode)
Google找了一下,看到一篇blog[url]http://www.dualface.com/blog/?p=512[/url],有描述,需要安装libc6-i386 和 ia32-libs两个包,但是用32位版本的ubuntu就不用安装这两个包,我查了一下这两个包的说明
libc6-i386:
GNU C Library: 32bit shared libraries for AMD64
This package includes shared versions of the standard C
library and the standard math library, as well as many others.
This is the 32bit version of the library, meant for AMD64 systems.
ia32-libs:
ia32 shared libraries for use on amd64 and ia64 systems
This package contains runtime libraries for the ia32/i386
architecture, configured for use on an amd64 or ia64 Debian system running a 64-bit kernel.
本文介绍了在安装MyEclipse_6_0_1GA_E3_3_1_Installer.bin过程中遇到的错误及解决方案。错误提示为找不到Java路径,通过安装libc6-i386和ia32-libs两个包解决了问题。
2634

被折叠的 条评论
为什么被折叠?



