• Post Reply Bookmark Topic Watch Topic
  • New Topic
programming forums Java Mobile Certification Databases Caching Books Engineering Micro Controllers OS Languages Paradigms IDEs Build Tools Frameworks Application Servers Open Source This Site Careers Other Pie Elite all forums
this forum made possible by our volunteer staff, including ...
Marshals:
  • Campbell Ritchie
  • Tim Cooke
  • Ron McLeod
  • paul wheaton
  • Jeanne Boyarsky
Sheriffs:
  • Paul Clapham
  • Devaka Cooray
Saloon Keepers:
  • Tim Holloway
  • Roland Mueller
  • Himai Minh
Bartenders:

Resource /org.eclipse.swt is not open

 
Ranch Hand
Posts: 820
IntelliJ IDE VI Editor Tomcat Server
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
In setting up a simple AWT app in Eclipse, I am following directions in one of the tutoials that comes with Eclipse to import the swt project (swt-3.1-win32-win32-x86.zip). When I try to do this, I get an error that says :
Problems were encountered during import:
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.
Resource /org.eclipse.swt is not open.

If I try instead to use my build path to get to swt.jar, I get
java.lang.UnsatisfiedLinkError: no swt-win32-3138 in java.library.path
 
reply
    Bookmark Topic Watch Topic
  • New Topic