Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » What does really mean "Shared File" in the Commons Tab?
What does really mean "Shared File" in the Commons Tab? [message #924112] Wed, 26 September 2012 14:14 Go to next message
Marco Massaro is currently offline Marco MassaroFriend
Messages: 2
Registered: September 2012
Junior Member
Hi,

Opening Run/Debug configurations and going to commons tab of a java application, setting "shared files" means that I can use the text-log file with another software while eclipse writes-updates it, is it ?

[Updated on: Wed, 26 September 2012 14:15]

Report message to a moderator

Re: What does really mean "Shared File" in the Commons Tab? [message #924156 is a reply to message #924112] Wed, 26 September 2012 15:05 Go to previous messageGo to next message
Michael Rennie is currently offline Michael RennieFriend
Messages: 67
Registered: July 2009
Location: Canada
Member
Setting a launch configuration as 'shared' allows you to provide it to others (developers, etc) in a project that is shared via some source control system - e.g. CVS, Git, etc.
Re: What does really mean "Shared File" in the Commons Tab? [message #924207 is a reply to message #924156] Wed, 26 September 2012 16:04 Go to previous messageGo to next message
Marco Massaro is currently offline Marco MassaroFriend
Messages: 2
Registered: September 2012
Junior Member
And can I read it with others software (like matlab) while eclipse updates it? Or there are limitations about OS in use ? For example I knew that Windows XP doesn't allow to open a file while it is in use by an other software.
Re: What does really mean "Shared File" in the Commons Tab? [message #924252 is a reply to message #924207] Wed, 26 September 2012 17:03 Go to previous message
David Wegener is currently offline David WegenerFriend
Messages: 1445
Registered: July 2009
Senior Member
It has nothing to do with providing multiple process access to the same file. It simply changes the location where the launch configuration used to run an application is stored. If you don't select shared, the file is stored in the workspace. If you select shared, it is stored in a project directory.
Previous Topic:web and j2ee where?
Next Topic:Package Explorer "Link With Editor" mode behavior
Goto Forum:
  


Current Time: Fri Apr 26 11:14:29 GMT 2024

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

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

Back to the top