Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » getting an error when trying to load a class from a separate jar
getting an error when trying to load a class from a separate jar [message #79278] Wed, 23 July 2003 10:19
Eclipse UserFriend
Originally posted by: dtomsu.hotmail.com

Hi,

I have written a plugin that is using a jar. This is mentioned in the
plugin.xml as a runtime library.

When I start to run the plugin I get the following error:

java.lang.Error: Unresolved compilation problems:
The import de cannot be resolved
Config cannot be resolved
Config cannot be resolved
Config cannot be resolved
Config cannot be resolved
Config cannot be resolved


at org.xmen.multipageeditor.XMLEditor.<init>(XMLEditor.java:29)

at sun.reflect.NativeConstructorAccessorImpl.newInstance0(Nativ e Method)

at
sun.reflect.NativeConstructorAccessorImpl.newInstance(Native ConstructorAcces
sorImpl.java:39)

at
sun.reflect.DelegatingConstructorAccessorImpl.newInstance(De legatingConstruc
torAccessorImpl.java:27)

at java.lang.reflect.Constructor.newInstance(Constructor.java:2 74)

at java.lang.Class.newInstance0(Class.java:306)

at java.lang.Class.newInstance(Class.java:259)


Can anyone help, please
Daniel

--
"esse est percipi" - George Berkeley
Previous Topic:Source locator does not exist. Error message
Next Topic:Package Explorer Question
Goto Forum:
  


Current Time: Thu Jul 17 19:45:54 EDT 2025

Powered by FUDForum. Page generated in 0.03504 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top