Skip to main content



      Home
Home » Language IDEs » Java Development Tools (JDT) » Creating file at Common location in plugin(Creating file at Common location in plugin)
Creating file at Common location in plugin [message #805946] Fri, 24 February 2012 05:24 Go to next message
Eclipse UserFriend
hi,

I am developing a plugin in which i need to save some common data in a xml file which can be stored at some common location in eclipse. I have seen some plugin saves their common file in eclipse_workspace\.metadata\.plugins
Does anybody knows how to do that in eclipse or some other way/location where i can save my common data.
Re: Creating file at Common location in plugin [message #808015 is a reply to message #805946] Mon, 27 February 2012 04:46 Go to previous message
Eclipse UserFriend
You could get the location for your plugin through Plugin#getStateLocation() and write your files there. You could also manage using the preference which you could read about Eclipse Preferencess. http://www.vogella.de/articles/EclipsePreferences/article.html could get you started.
Previous Topic:Convert from VB.Net Issues
Next Topic:Problems running java application MAC OSX Lion
Goto Forum:
  


Current Time: Fri May 16 08:21:44 EDT 2025

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

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

Back to the top