b****n 发帖数: 865 | 1 【 以下文字转载自 Programming 讨论区 】
发信人: bmeson (云栖天涯客,断桥梦里人), 信区: Programming
标 题: 请教: eclipse setup problem
发信站: BBS 未名空间站 (Sat Sep 11 00:41:28 2010, 美东)
我下eclipse的最新build (v3.6), 解包后执行:
bin/eclipse36% ./eclipse
得到出错信息:
Warning: -XX:MaxPermSize=256m not understood. Ignoring.
Warning: -Xms40m not understood. Ignoring.
Warning: -Xmx384m not understood. Ignoring.
Warning: -jar not understood. Ignoring.
Exception in thread "main" java.lang.NoClassDefFoundError:
bin.eclipse36.plugins.org.eclipse.equinox.l | g*****g 发帖数: 34805 | 2 1.4.2 could be the problem. More likely GCJ is not compatible.
Can use Sun JVM there?
【在 b****n 的大作中提到】 : 【 以下文字转载自 Programming 讨论区 】 : 发信人: bmeson (云栖天涯客,断桥梦里人), 信区: Programming : 标 题: 请教: eclipse setup problem : 发信站: BBS 未名空间站 (Sat Sep 11 00:41:28 2010, 美东) : 我下eclipse的最新build (v3.6), 解包后执行: : bin/eclipse36% ./eclipse : 得到出错信息: : Warning: -XX:MaxPermSize=256m not understood. Ignoring. : Warning: -Xms40m not understood. Ignoring. : Warning: -Xmx384m not understood. Ignoring.
| b****n 发帖数: 865 | 3 我下的是最新的
Eclipse IDE for C/C++ Developers
eclipse-cpp-helios-linux-gtk.tar.gz
解包后执行eclipse就出现了前面的错误
怎么让它用 JVM 而不是 GCJ呢?
是我的Java 环境变量设置不对么?
谢谢
【在 g*****g 的大作中提到】 : 1.4.2 could be the problem. More likely GCJ is not compatible. : Can use Sun JVM there?
|
|