Hello list,
I have Eclipse projects that consist of a Wonder Application that references a Wonder Framework. Everything compiles without error, including NBConfiguration which is resident in the Wonder framework project, but when I run I'm getting the below error about not being able to resolve a referenced import. The jdom.jar file, which contains the class JDOMException, is in my project build path (otherwise there would be compilation errors). Obviously something is out of whack, but I'm not sure where to look. Any help would be mightily appreciated.
The import org.jdom cannot be resolved The constructor NBConfiguration() refers to the missing type JDOMException JDOMException cannot be resolved to a type
[2011-11-19 22:45:19 CST] <main> java.lang.Error: Unresolved compilation problems: The import org.jdom cannot be resolved The constructor NBConfiguration() refers to the missing type JDOMException JDOMException cannot be resolved to a type
|