Eclipse ganymede启动错误
我在 Windows 7 64 位机器上安装了 Eclipse。 每次我启动 eclipse ganymede (通过双击 eclipse 图标)时,我都会看到这个问题。 ...查看图像...
我在图像快照中看到 win32 这可能是一个问题吗?我在 Eclipse 安装位置没有看到任何日志文件。
eclipse.ini 文件:
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-vm
D:\DevProgs\Dumps\JVMS\win32-jdk1.6.0_23-b05\bin\java.exe
-framework
plugins\org.eclipse.osgi_3.4.0.v20080605-1900.jar
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms150m
-Xmx512m
如果需要更多信息,请告诉我。
谢谢, 阿尤斯曼
I have an eclipse installation on an windows 7 64 bit machine.
Everytime I start the eclipse ganymede (by double clicking eclipse icon) I see this problem.
...See image...
I see win32 in the image snapshot could this be a problem? I do not see any log files in the eclipse installation location.
eclipse.ini file:
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256M
-vm
D:\DevProgs\Dumps\JVMS\win32-jdk1.6.0_23-b05\bin\java.exe
-framework
plugins\org.eclipse.osgi_3.4.0.v20080605-1900.jar
-vmargs
-Dosgi.requiredJavaVersion=1.6
-Xms150m
-Xmx512m
Please let me know if more information is needed.
Thanks,
Ayusman
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(2)
看起来您正在运行 64 位 Sun JVM。 Eclipse 针对 Win32 窗口系统运行。大多数时候这不是问题,但您可能想要安装 32 位 JDK 并尝试针对它运行 Eclipse。
Looks like you are running the 64-bit Sun JVM. Eclipse runs against the Win32 windowing system system. Most of the time this is not a problem but you might want to install the 32-bit JDK and try running Eclipse against that.
您在 64 位平台上使用 32 位 Eclipse。您需要下载并使用64位Eclipse。
You're using 32bit Eclipse on a 64bit platform. You need to download and use the 64bit Eclipse.