Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Technology Project and PMC » Loading files from ext directory.
Loading files from ext directory. [message #601290] Fri, 15 December 2006 16:43
Irum Godil is currently offline Irum GodilFriend
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.
Previous Topic:How to run properties view example
Next Topic:Loading files from ext directory.
Goto Forum:
  


Current Time: Fri Mar 29 15:34:15 GMT 2024

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

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

Back to the top