I have Eclipse running fine on my Fedora 16. I was following these instructions to install the Glassfish Tools Bundle for Eclipse (which has to be done outside Eclipse through its own installer) and, after I went through the installer successfully, the next step was to launch the eclipse launcher in the plugin directory (so not the regular Eclipse launcher). I got the following error:
> ./eclipse
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
(eclipse:2300): Gtk-WARNING **: Unable to locate theme engine in module_path: "clearlooks",
Gtk-Message: Failed to load module "pk-gtk-module"
Gtk-Message: Failed to load module "canberra-gtk-module"
That was reported in the terminal. The GUI that popped up briefly said there is also an error log file under ~/workspace/.metadata/.log, which has the following:
!SESSION 2012-09-27 22:18:52.512 -----------------------------------------------
eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -pluginCustomization plugin_customization.ini -showsplash org.eclipse.platform
Command-line arguments: -os linux -ws gtk -arch x86 -pluginCustomization plugin_customization.ini -showsplash org.eclipse.platform
!ENTRY org.eclipse.equinox.p2.directorywatcher 4 0 2012-09-27 22:19:01.715
!MESSAGE The installable unit org.eclipse.jdt.compiler.apt.translated_host_properties is missing the filename property.
!ENTRY org.eclipse.osgi 4 0 2012-09-27 22:19:07.181
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-pi-gtk-3555 or swt-pi-gtk in swt.library.path, java.library.path or the jar file
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:254)
at org.eclipse.swt.internal.Library.loadLibrary(Library.java:159)
at org.eclipse.swt.internal.gtk.OS.<clinit>(OS.java:22)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:63)
at org.eclipse.swt.internal.Converter.wcsToMbcs(Converter.java:54)
at org.eclipse.swt.widgets.Display.<clinit>(Display.java:131)
at org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:516)
at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:161)
at org.eclipse.ui.internal.ide.application.IDEApplication.createDisplay(IDEApplication.java:143)
at org.eclipse.ui.internal.ide.application.IDEApplication.start(IDEApplication.java:88)
at org.eclipse.equinox.internal.app.EclipseAppHandle.run(EclipseAppHandle.java:194)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.runApplication(EclipseAppLauncher.java:110)
at org.eclipse.core.runtime.internal.adaptor.EclipseAppLauncher.start(EclipseAppLauncher.java:79)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:368)
at org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:179)
at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
at sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorImpl.java:39)
at sun.reflect.DelegatingMethodAccessorImpl.invoke(DelegatingMethodAccessorImpl.java:25)
at java.lang.reflect.Method.invoke(Method.java:597)
at org.eclipse.equinox.launcher.Main.invokeFramework(Main.java:559)
at org.eclipse.equinox.launcher.Main.basicRun(Main.java:514)
at org.eclipse.equinox.launcher.Main.run(Main.java:1311)
!SESSION 2012-09-27 22:22:17.706 -----------------------------------------------
eclipse.buildId=M20090917-0800
java.version=1.6.0_16
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=linux, ARCH=x86, WS=gtk, NL=en_US
Framework arguments: -pluginCustomization plugin_customization.ini -showsplash org.eclipse.platform
Command-line arguments: -os linux -ws gtk -arch x86 -pluginCustomization plugin_customization.ini -showsplash org.eclipse.platform
I found this site but I can't follow the instructions there to save my life. All I understand is that GTK-2 needs some 32-bit libs even though the system is 64-bit but it is trying to open 64-bit ones.
Help please