Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Eclipse Platform » Eclipse File storage structure(Where does the most recent file and work space history of projects stored in eclipse?)
icon1.gif  Eclipse File storage structure [message #1736757] Fri, 01 July 2016 14:04 Go to next message
Amrut Jadhav is currently offline Amrut JadhavFriend
Messages: 1
Registered: July 2016
Junior Member
Shocked I am creating a personal assistant for Ubuntu desktop. For this project i need to get all the files which are used by software. So i want to get list of all recent projects on which i worked in eclipse. I also need to understand where does the eclipse store the work space information so that when we next time open eclipse it starts from where we left. Please help me to understand this file structure used by eclipse software.
Re: Eclipse File storage structure [message #1736829 is a reply to message #1736757] Sat, 02 July 2016 13:28 Go to previous message
Ed Merks is currently offline Ed MerksFriend
Messages: 33140
Registered: July 2009
Senior Member
A workspace folder always has a .metadata subfolder. Under that is a
..plugins folder. Under that are folders where bundles store their
workspace-specific information. For example org.eclipse.core.runtime
has a .settings folder where workspace-specific (and plugin-specific)
preferences are stored, and org.eclipse.core.resources has all the
information about which projects are in the workspace. But much of this
information is stored in a binary format, so it's not so easy to process
that information just by munging through the files that are present (and
the file formats are not really API; their subject to arbitrary format
changes).


On 01.07.2016 15:09, Amrut Jadhav wrote:
> 8o I am creating a personal assistant for Ubuntu desktop. For this
> project i need to get all the files which are used by software. So i
> want to get list of all recent projects on which i worked in eclipse.
> I also need to understand where does the eclipse store the work space
> information so that when we next time open eclipse it starts from
> where we left. Please help me to understand this file structure used
> by eclipse software.
>


Ed Merks
Professional Support: https://www.macromodeling.com/
Previous Topic:BundleException: Error reading bundle content
Next Topic:Eclipse behind ISA firewall proxy
Goto Forum:
  


Current Time: Thu Apr 25 06:49:04 GMT 2024

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

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

Back to the top