Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [cdt-dev] Error: java.lang.UnsatisfiedLinkError: no swt-motif-3063

> java.lang.UnsatisfiedLinkError: no swt-motif-3063 in java.library.path
Maybe <your WS> isn't motif, or your swt-motif directory have some problem.
Eclipse now supported <ws> which is included in
plugins/org.eclipse.swt.<ws>-<version>/os/...
You can find right <ws> on your linux and compile it again, I guess.

----- Original Message ----- 
From: <roopa.mahishi@xxxxxxxxxxx>
To: <cdt-dev@xxxxxxxxxxx>
Sent: Tuesday, December 07, 2004 7:14 PM
Subject: [cdt-dev] Error: java.lang.UnsatisfiedLinkError: no swt-motif-3063


>
>
>
>
> I'm using Eclipse 3.0 and CDT 2.0.1.
> When i try to launch eclipse in  Linux platform I get the following error:
> kindly let me know if anyone faced similar error.
>
> ----
> eclipse.buildId=M200409161125
> java.version=1.4.2.02
> java.vendor=Hewlett-Packard Co.
> BootLoader constants: OS=linux, ARCH=x86, WS=motif, NL=en
>
> !ENTRY org.eclipse.osgi Dec 07, 2004 16:26:23.318
> !MESSAGE Application error
> !STACK 1
> java.lang.UnsatisfiedLinkError: no swt-motif-3063 in java.library.path
>         at java.lang.ClassLoader.loadLibrary(ClassLoader.java:1516)
>         at java.lang.Runtime.loadLibrary0(Runtime.java:788)
>         at java.lang.System.loadLibrary(System.java:834)
>         at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
>         at org.eclipse.swt.internal.motif.OS.<clinit>(OS.java:20)
>         at org.eclipse.swt.graphics.Device.<clinit>(Device.java:89)
>         at
> org.eclipse.ui.internal.Workbench.createDisplay(Workbench.java:268)
>         at org.eclipse.ui.PlatformUI.createDisplay(PlatformUI.java:153)
>         at
>
org.eclipse.ui.internal.ide.IDEApplication.createDisplay(IDEApplication.java
:122)
>         at
> org.eclipse.ui.internal.ide.IDEApplication.run(IDEApplication.java:72)
>         at
>
org.eclipse.core.internal.runtime.PlatformActivator$1.run(PlatformActivator.
java:335)
>         at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:273)
>         at
>
org.eclipse.core.runtime.adaptor.EclipseStarter.run(EclipseStarter.java:129)
>         at sun.reflect.NativeMethodAccessorImpl.invoke0(Native Method)
>         at
> sun.reflect.NativeMethodAccessorImpl.invoke(NativeMethodAccessorIm
> ---
>
> Rgds,
> Roopa
>
> _______________________________________________
> cdt-dev mailing list
> cdt-dev@xxxxxxxxxxx
> http://dev.eclipse.org/mailman/listinfo/cdt-dev
>




Back to the top