Accessing of the JAR in the Plugin [message #612234] |
Thu, 02 March 2006 06:40 |
Eclipse User |
|
|
|
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
|
|
|
Powered by
FUDForum. Page generated in 0.03128 seconds