运行Eclipse时出现符号查找错误

时间:2011-10-18 10:23:24

标签: java eclipse undefined-symbol

当我关闭我的日食时,会弹出一个错误对话框,并提供以下错误信息:

JVM terminated. Exit code=127
/opt/java/bin/java
-Xms40m
-Xmx768m
-XX:MaxPermSize=512m
-jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
-os linux
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/share/eclipse/eclipse
-name Eclipse
--launcher.library /usr/share/eclipse//plugins/org.eclipse.equinox.launcher.gtk.linux.x86_64_1.1.100.v20110505/eclipse_1407.so
-startup /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar
--launcher.overrideVmargs
-exitdata 578003
-vm /opt/java/bin/java
-vmargs
-Xms40m
-Xmx768m
-XX:MaxPermSize=512m
-jar /usr/share/eclipse//plugins/org.eclipse.equinox.launcher_1.2.0.v20110502.jar 

在gnome-terminal中发生符号查找错误:

/opt/java/bin/java: symbol lookup error: /usr/lib/gtk-2.0/2.10.0/immodules/im-xim.so: undefined symbol: gtk_im_context_get_type

我搜索了Google并没有获得有关此错误的更多信息。 你有什么建议吗?

0 个答案:

没有答案