Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » How to get address of application in Eclipse plugin
How to get address of application in Eclipse plugin [message #870666] Wed, 09 May 2012 09:40
malino osava is currently offline malino osavaFriend
Messages: 1
Registered: May 2012
Junior Member
Hi,
I wrote a simple Java plugin, and I need to get workbench address (where the plugin is defined) when the plugin is runing.
I know I can get projects active in the plugin using
IProject[]loadProjects=ResourcesPlugin.getWorkspace().getRoot().getProjects();

However, I need projects which are opened where plugin is located(Where the source code is).

Sorry if the question is very simple. I really appreciate any help.

Thanks.
Previous Topic:Windows in the Window(RCP)
Next Topic:Adding Task Tags to other Editors?
Goto Forum:
  


Current Time: Thu Apr 25 07:33:55 GMT 2024

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

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

Back to the top