Skip to main content



      Home
Home » Eclipse Projects » GEF » plugin Absoulate path
plugin Absoulate path [message #139826] Wed, 23 June 2004 22:49 Go to next message
Eclipse UserFriend
Originally posted by: penzhan8451.sina.com

hi,

I want to get the absoulate path of plugin class when i run a wizard at
run-time workbench?


Thanks & best regards.
Re: plugin Absoulate path [message #139847 is a reply to message #139826] Thu, 24 June 2004 06:21 Go to previous message
Eclipse UserFriend
Originally posted by: brian.fernandes.codito.com

Try

URL url = ((PluginDescriptor)[your plugin
class].getDefault().getDescriptor()).getInstallURL();

or

URL url = ((PluginDescriptor)[your plugin
class].getDefault().getDescriptor()).getInstallURLInternal() ;


Brian.
"Peng Li Zhan" <penzhan8451@sina.com> wrote in message
news:cbdfgh$lln$1@eclipse.org...
> hi,
>
> I want to get the absoulate path of plugin class when i run a wizard at
> run-time workbench?
>
>
> Thanks & best regards.
>
Previous Topic:Drawing an Image Tool
Next Topic:delete an editPart
Goto Forum:
  


Current Time: Sat Jul 12 01:17:45 EDT 2025

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

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

Back to the top