• 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
  • Jeanne Boyarsky
  • Ron McLeod
  • Paul Clapham
  • Liutauras Vilda
Sheriffs:
  • paul wheaton
  • Rob Spoor
  • Devaka Cooray
Saloon Keepers:
  • Stephan van Hulst
  • Tim Holloway
  • Carey Brown
  • Frits Walraven
  • Tim Moores
Bartenders:
  • Mikalai Zaikin

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
 
With a little knowledge, a cast iron skillet is non-stick and lasts a lifetime.
reply
    Bookmark Topic Watch Topic
  • New Topic