Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Access path relative to plugin installation directory
Access path relative to plugin installation directory [message #150130] Fri, 28 April 2006 07:37
Jan Stamer is currently offline Jan StamerFriend
Messages: 7
Registered: July 2009
Junior Member
Hi,

how can I access a path relative to the Plugin installation directory? I
have a script inside a directory that I want to run.

I tried that:
URL url = FileLocator.find(DomusLaunchingPlugin.getDefault().getBundle (),
new Path(RELATIVE_GENERATOR_PATH), null);

But it only gives me an URL and no File object.

Thanks,
Jan
Previous Topic:how to apply patch when webservice can't start
Next Topic:"Unhandled event loop exception" when attempting to run Java app
Goto Forum:
  


Current Time: Thu Mar 28 22:57:02 GMT 2024

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

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

Back to the top