Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » How to detect a workspace being opened twice(How to detect a workspace being opened twice)
How to detect a workspace being opened twice [message #651046] Thu, 27 January 2011 14:57
Andy Coleman is currently offline Andy ColemanFriend
Messages: 33
Registered: September 2009
Member
Hi,

We have an RCP application built around eclipse 3.5. If a user tries to start a second client using the same workspace the second client seems to quietly fail to open the workspace and we end up with no open perspectives.

We would like to detect that the user has tried to run a second instance on the workspace and pop up a friendly message. How is this done?

We have tried doing the following in the application start method:

Location location = Platform.getInstanceLocation();
location.lock();

which seems to do what we want except we have no control over the dialog that is displayed.

Thanks
Andy
Previous Topic:Testing RCP applications
Next Topic:Building RCP application bundle jdk instead of jre
Goto Forum:
  


Current Time: Tue Apr 16 10:28:21 GMT 2024

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

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

Back to the top