Loading files from ext directory. [message #601290] |
Fri, 15 December 2006 16:43 |
Irum Godil Messages: 35 Registered: July 2009 |
Member |
|
|
Hi,
I want to add some extensions to the org.eclipse.core.runtime plugin. Due
to eclipse setup, I am unable to add any projects as dependencies in
org.eclipse.core.runtime plugin.xml file.
I thus, have created a .jar file and added it to my jre/lib/ext directory.
I have specified the path to this file inside the config.ini as follows:
osgi.frameworkClassPath =
file:/E:/eclipse/jdkDir/eclipse/jre/lib/ext/performanceLib.j ar
I am also specifying the above .jar file in the bootstrap entry in my
launch configuration.
However, I still keep getting a "ClassNotFound" exception when I try to
load a class reflectively from the above .jar.
Can someone please tell me what else do I need to do to be able to load
the class from this jar file.
I will really appreciate your response.
Thanks.
Irum Godil.
|
|
|
Powered by
FUDForum. Page generated in 0.03448 seconds