Advertisement
If you have a new account but are having problems posting or verifying your account, please email us on hello@boards.ie for help. Thanks :)
Hello all! Please ensure that you are posting a new thread or question in the appropriate forum. The Feedback forum is overwhelmed with questions that are having to be moved elsewhere. If you need help to verify your account contact hello@boards.ie

Eclipse SWT problem

Options
  • 30-10-2004 12:01pm
    #1
    Registered Users Posts: 20,993 ✭✭✭✭


    Having this problem when trying to use compile an SWT application under Eclipse Win32 (and jdk 1.5.0):

    Exception in thread "main" java.lang.UnsatisfiedLinkError: no swt-win32-3063 in java.library.path
    at java.lang.ClassLoader.loadLibrary(Unknown Source)
    at java.lang.Runtime.loadLibrary0(Unknown Source)
    at java.lang.System.loadLibrary(Unknown Source)
    at org.eclipse.swt.internal.Library.loadLibrary(Library.java:100)
    at org.eclipse.swt.internal.win32.OS.<clinit>(OS.java:18)
    at org.eclipse.swt.widgets.Widget.<clinit>(Widget.java:66)
    at view.ActivitySetFigure.main(ActivitySetFigure.java:28)

    I've already added the SWT library to my project's BuildPath, anyone got any ideas?


Comments

Advertisement