• 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

Eclipse plug-in RCP failing while exporting

 
Ranch Hand
Posts: 88
  • Mark post as helpful
  • send pies
    Number of slices to send:
    Optional 'thank-you' note:
  • Quote
  • Report post to moderator
Hello there,

I have a project which is running well inside Eclipse, but as soon as I am exporting it to a directory outside of Eclipse it says:


1. ERROR in D:\eclipse3.1WTP0.7Sysdeo31b\xyz.java
(at line 25)
import org.eclipse.ui.forms.FormColors;
^^^^^^^^^^^^^^^^^^^^
The import org.eclipse.ui.forms cannot be resolved


I am importing this class in a jar to the project. I have tried to signalise this in many places in the plug-in configuration files without success. Why is the wizard not including the external jars?
I tried to add the jars to the target directory manually also unsuccessfully...

any ideas?

PS: I tested exporting before adding the class with the import and it worked.

Thanks
reply
    Bookmark Topic Watch Topic
  • New Topic