Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » what is my eclipse path directory?
what is my eclipse path directory? [message #190926] Tue, 08 May 2007 12:21 Go to next message
Eclipse UserFriend
Originally posted by: oren_b1.verifone.com

Hi,

How can I find what is my eclipse path? by code in my plugin app.

Thanks

Oren
Re: what is my eclipse path directory? [message #190994 is a reply to message #190926] Thu, 10 May 2007 05:01 Go to previous messageGo to next message
Eclipse UserFriend
Hi Oren,

You can use following code to access the path where the Eclipse is
installed.
// Get platform URL
URL platformInstalledURL = Platform.getInstallLocation().getURL();
// Get platform path
String platformInstalledPath = platformInstallationURL.getPath();
Hope this helps.

Regards,
Rekha
Re: what is my eclipse path directory? [message #191067 is a reply to message #190994] Thu, 10 May 2007 12:04 Go to previous message
Eclipse UserFriend
Originally posted by: oren_b1.verifone.com

Thanks allot, i will give it a try.
"Rekha" <Rekha.Deshmukh@kpitcummins.com> wrote in message
news:0867d11781db3e3ece4289a6d8a79320$1@www.eclipse.org...
> Hi Oren,
>
> You can use following code to access the path where the Eclipse is
> installed.
> // Get platform URL
> URL platformInstalledURL = Platform.getInstallLocation().getURL();
> // Get platform path
> String platformInstalledPath = platformInstallationURL.getPath();
> Hope this helps.
>
> Regards,
> Rekha
>
>
Previous Topic:GDB Variable Change Causes Crash
Next Topic:Error during build after move to 4RC0
Goto Forum:
  


Current Time: Wed Jul 16 23:41:14 EDT 2025

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

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

Back to the top