Skip site navigation (1)Skip section navigation (2)
Date:      Fri, 06 Nov 2009 23:05:41 +0900 (JST)
From:      ken <ken@tydfam.jp>
To:        sepotvin@FreeBSD.org
Cc:        freebsd-eclipse@FreeBSD.org
Subject:   Re: CFT: Eclipse Galileo 3.5
Message-ID:  <20091106.230541.59640143227132799.ken@tydfam.jp>
In-Reply-To: <4AF426DA.3070908@FreeBSD.org>
References:  <4AF2FB05.1050407@FreeBSD.org> <20091106.201624.59640143160032594.ken@tydfam.jp> <4AF426DA.3070908@FreeBSD.org>

next in thread | previous in thread | raw e-mail | index | archive | help
  Steph,
  Thank you for your reply.  Yeah, I removed all .eclipse and yet I had a problem.  Please find the following output.  Strange,,, It says that "no swt-gtk-3550 or swt-gtk in swt.library.path, java.library.path or the jar file".

tyd3# eclipse -consolelog -debug
Start VM: /usr/local/jdk1.6.0/bin/java
-Xms40m
-Xmx256m
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/local/share/eclipse/dropins
-XX:MaxPermSize=256m
-jar /usr/local/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-os freebsd
-ws gtk
-arch x86_64
-showsplash
-launcher /usr/local/lib/eclipse/eclipse
-name Eclipse
--launcher.library /usr/local/lib/eclipse/plugins/org.eclipse.equinox.launcher.gtk.freebsd.x86_64_1.0.200.200911061911/eclipse_1206.so
-startup /usr/local/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar
-exitdata 10012
-consolelog
-debug
-vm /usr/local/jdk1.6.0/bin/java
-vmargs
-Xms40m
-Xmx256m
-Dorg.eclipse.equinox.p2.reconciler.dropins.directory=/usr/local/share/eclipse/dropins
-XX:MaxPermSize=256m
-jar /usr/local/lib/eclipse//plugins/org.eclipse.equinox.launcher_1.0.200.v20090520.jar 
Install location:
    file:/usr/local/lib/eclipse/
Configuration file:
    file:/usr/local/lib/eclipse/configuration/config.ini loaded
Configuration location:
    file:/usr/local/lib/eclipse/configuration/
Framework located:
    file:/usr/local/lib/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar
Framework classpath:
    file:/usr/local/lib/eclipse/plugins/org.eclipse.osgi_3.5.0.v20090520.jar
Splash location:
    /usr/local/lib/eclipse/plugins/org.eclipse.platform_3.3.200.v20090519/splash.bmp
Debug options:
    file:/home/users/ken/.options loaded
Time to load bundles: 7
Starting application: 4760
!SESSION 2009-11-06 22:57:49.325 -----------------------------------------------
eclipse.buildId=I20090611-1540
java.version=1.6.0_03-p4
java.vendor=Sun Microsystems Inc.
BootLoader constants: OS=freebsd, ARCH=x86_64, WS=gtk, NL=ja_JP
Command-line arguments:  -os freebsd -ws gtk -arch x86_64 -consolelog -debug

!ENTRY org.eclipse.osgi 4 0 2009-11-06 22:57:54.509
!MESSAGE Application error
!STACK 1
java.lang.UnsatisfiedLinkError: no swt-gtk-3550 or swt-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.C.<clinit>(C.java:21)
	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:563)
	at org.eclipse.equinox.launcher.Main.basicRun(Main.java:518)
	at org.eclipse.equinox.launcher.Main.run(Main.java:1315)
	at org.eclipse.equinox.launcher.Main.main(Main.java:1291)



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20091106.230541.59640143227132799.ken>