【问题标题】:Problem running eclipse under fedora core 13 x86_64 - runs and exits without even a splash screen在 Fedora 核心 13 x86_64 下运行 Eclipse 时出现问题 - 运行和退出时甚至没有启动画面
【发布时间】:2010-08-03 14:31:45
【问题描述】:

当我尝试在 Fedora core 13 x86_64 下运行 eclipse 时,eclipse 似乎运行然后退出,没有错误。

我的安装包括从 Eclipse Amazon 镜像下载这个文件: eclipse-jee-helios-linux-gtk.tar.gz

在我的主目录中解压缩它,cd 到 reulsting eclipse 目录并运行 eclipse 可执行文件。

可执行文件似乎在运行然后退出,但没有显示启动画面。

谁能建议我做错了什么?

有关版本详细信息和带有 -debug 标志的 eclipse 运行,请参见下文。

感谢您的任何建议。

[a1155344@minimi eclipse]$ cat //etc/issue
Fedora release 13 (Goddard)
Kernel \r on an \m (\l)

[a1155344@minimi eclipse]$ uname -a
Linux minimi 2.6.33.5-124.fc13.x86_64 #1 SMP Fri Jun 11 09:38:12 UTC 2010 x86_64 
x86_64 x86_64 GNU/Linux
[a1155344@minimi eclipse]$ cat eclipse.ini 
-startup
plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
--launcher.library
plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.0.v20100503
-product
org.eclipse.epp.package.jee.product
--launcher.defaultAction
openFile
-showsplash
org.eclipse.platform
--launcher.XXMaxPermSize
256m
--launcher.defaultAction
openFile
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m

[a1155344@minimi eclipse]$ java -version
java version "1.6.0_20"
Java(TM) SE Runtime Environment (build 1.6.0_20-b02)
Java HotSpot(TM) 64-Bit Server VM (build 16.3-b01, mixed mode)
[a1155344@minimi eclipse]$ ./eclipse -debug
Start VM: /usr/bin/java
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/a1155344/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-os linux
-ws gtk
-arch x86
-showsplash
-launcher /home/a1155344/eclipse/eclipse
-name Eclipse
--launcher.library /home/a1155344/eclipse/plugins/org.eclipse.equinox.launcher.gtk.linux.x86_1.1.0.v20100503/eclipse_1307.so
-startup /home/a1155344/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar
-exitdata c08023
-product org.eclipse.epp.package.jee.product
-debug
-vm /usr/bin/java
-vmargs
-Dosgi.requiredJavaVersion=1.5
-XX:MaxPermSize=256m
-Xms40m
-Xmx512m
-jar /home/a1155344/eclipse/plugins/org.eclipse.equinox.launcher_1.1.0.v20100507.jar 
Install location:
    file:/home/a1155344/eclipse/
Configuration file:
    file:/home/a1155344/eclipse/configuration/config.ini loaded
Configuration location:
    file:/home/a1155344/eclipse/configuration/
Framework located:
    file:/home/a1155344/eclipse/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
Framework classpath:
    file:/home/a1155344/eclipse/plugins/org.eclipse.osgi_3.6.0.v20100517.jar
Splash location:
    /home/a1155344/eclipse/plugins/org.eclipse.platform_3.6.0.v201006080911/splash.bmp
Debug options:
    file:/home/a1155344/eclipse/.options not found
Time to load bundles: 29
Starting application: 2773
[a1155344@minimi eclips

e]$

【问题讨论】:

    标签: java linux eclipse fedora


    【解决方案1】:

    确保您使用正确的 JVM 运行正确的体系结构。

    64bit Eclipse 需要 64bit JVM 来运行 32bit Eclipse 需要 32bit JVM 来运行。

    【讨论】:

    • 谢谢 - 现在我看起来不像个混蛋!
    【解决方案2】:

    还一定要使用 Sun JVM。其他 JVM 偶尔会出现细微的错误。

    【讨论】:

      猜你喜欢
      • 1970-01-01
      • 1970-01-01
      • 1970-01-01
      • 2010-10-11
      • 2015-05-15
      • 2021-05-20
      • 1970-01-01
      • 2015-11-19
      • 2011-09-04
      相关资源
      最近更新 更多