Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Archived » Visual Editor (VE) » Accessing of the JAR in the Plugin
Accessing of the JAR in the Plugin [message #612234] Thu, 02 March 2006 11:40
Eclipse UserFriend
Originally posted by: solomonpaul55.gmail.com

Hi All,

I want to load a class(Class1) through reflection in a plugin project.
My plugin project adds a context menu to the package explorer. I am
trying to load this class through URLClassLoader class of java.net
package. My class (Class1) extend another class(Class2). The Class Loader
finds Class1, but during the loading process it is not able to find
Class2 and throws an exception 'No Class Def Found' for Class2.

The Class2 is present in a jar file and the jar is added to the plugin
classpath in the runtime tab.

Thanks

SOLOMON
Previous Topic:Visual Editor and Source Editor pb
Next Topic:too short override file
Goto Forum:
  


Current Time: Thu Apr 25 00:41:26 GMT 2024

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

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

Back to the top