Eclipse 3.1_2 window problems

Vladimir Grebenschikov vova at fbsd.ru
Sun Sep 25 22:34:38 PDT 2005


В сб, 24/09/2005 в 23:57 +0100, Mark Hobden пишет:
> On 9/23/05, Panagiotis Astithas <past at ebs.gr> wrote:
> > Or, equivalently, start eclipse with the -clean option. Furthermore,
> > since this seems like a gtk thing, try removing your gtk/gnome
> > preference files, or create a new user and try from his account. Another
> > interesting thing would be to try to run eclipse with jdk14 instead of
> > jdk15. The combination of these three tasks (a new user with jdk14 and
> > no eclipse preferences stored) should at least be working.
> 
> I have finally found what was causing the problems for me. A gtk
> library revision patch was dropped from the port that my freshly
> installed system seems to require. I have submitted how to fix it as a
> problem report:
> 
> http://www.freebsd.org/cgi/query-pr.cgi?pr=86538
> 
> >Category:       ports
> >Responsible:    freebsd-ports-bugs
> >Synopsis:       java/eclipse builds with wrong gtk libraries
> >Arrival-Date:   Sat Sep 24 22:50:15 GMT 2005

Hm, strange,  I had exactly same problem, but it was solved by removing
stale .so files in eclipse directory:

% find .eclipse -name '*.so'
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/56/1/.cp/libswt-pi-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/56/1/.cp/libswt-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/56/1/.cp/libswt-gnome-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/57/1/.cp/libswt-pi-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/57/1/.cp/libswt-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/57/1/.cp/libswt-gnome-gtk-3135.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/81/1/.cp/libswt-pi-gtk-3138.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/81/1/.cp/libswt-gtk-3138.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/81/1/.cp/libswt-gnome-gtk-3138.so
.eclipse/org.eclipse.platform_3.1.0/configuration/org.eclipse.osgi/bundles/25/1/.cp/os/freebsd/x86/libcore_3_1_0.so
%

(see my post in the list before)

> Thanks,
> 
> Mark Hobden

-- 
Vladimir B. Grebenschikov
vova at fbsd.ru


More information about the freebsd-eclipse mailing list