Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
RE: [platform-dev] Plugin's Classpath

Hey all,
    I should had just trusted my own abilities.  Here is the approach I
took:
 
Plugin.getDefault().getBundle().getHeaders().get("Bundle-ClassPath");
 
I could then use the Bundle.getEntry() method to get a URL to the object
which I could then do a plethora of other things to get the proper object
type for the classpath entry.  Take care, Jeremy

-----Original Message-----
From: Whitlock, Jeremy x66075 
Sent: Tuesday, July 05, 2005 2:07 PM
To: Eclipse Platform Dev (E-mail)
Subject: [platform-dev] Plugin's Classpath



        Is there a way, programatically, to get a plugin's classpath?
Thanks, 

Jeremy Whitlock 
ADP/SIS - Programmer Analyst 
4725 Independence Street 
Wheat Ridge, CO 80033 
Phone:  (303) 590-6075 
Fax:  (303) 590-6160 



This message and any attachments are intended only for the use of the
addressee and may contain information that is privileged and confidential.
If the reader of the message is not the intended recipient or an authorized
representative of the intended recipient, you are hereby notified that any
dissemination of this communication is strictly prohibited. If you have
received this communication in error, please notify us immediately by e-mail
and delete the message and any attachments from your system. 

<<application/ms-tnef>>


Back to the top