Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » run multiple instances of "eclipse 4 application project(run multiple instances of "eclipse 4 application project)
run multiple instances of "eclipse 4 application project [message #975795] Thu, 08 November 2012 04:45 Go to next message
Max Paulsen is currently offline Max PaulsenFriend
Messages: 2
Registered: November 2012
Junior Member
Hi all!

I want to launch multiple instances of an eclipse 4 application project.
Whenever I try to start the app a second time, a dialog box appears saying:

-->
Could not launch the current application because the associated workspace is in
use by another Eclipse application

Path\xyz.product

Buttons: Edit... Exit
<--

Is there a way to add a flag in the launch config which allows more instances?
Do I have to handle that programmatically ?

Thanks for help
Max
Re: run multiple instances of &quot;eclipse 4 application project [message #976407 is a reply to message #975795] Thu, 08 November 2012 14:56 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
No not yet - not sure there's a bug for this yet to not create a lock
file. You need to search bugzilla and if you can't find one file it.

Tom

Am 08.11.12 14:59, schrieb Max Paulsen:
> Hi all!
>
> I want to launch multiple instances of an eclipse 4 application project.
> Whenever I try to start the app a second time, a dialog box appears saying:
>
> -->
> Could not launch the current application because the associated
> workspace is in
> use by another Eclipse application
>
> Path\xyz.product
>
> Buttons: Edit... Exit
> <--
>
> Is there a way to add a flag in the launch config which allows more
> instances?
> Do I have to handle that programmatically ?
>
> Thanks for help
> Max
>
Re: run multiple instances of &quot;eclipse 4 application project [message #977463 is a reply to message #976407] Fri, 09 November 2012 09:55 Go to previous messageGo to next message
Sumit Singh is currently offline Sumit SinghFriend
Messages: 141
Registered: October 2012
Location: Bangalore
Senior Member

Yes u can't do it programmatically. but manually u can do some workaround.
1. open run configuration
2. create new eclipse product with same configuration.
3. add all required the plugin.
4. now u can run 2 instance of your application by using 2 run configuration.
Re: run multiple instances of &quot;eclipse 4 application project [message #982164 is a reply to message #977463] Tue, 13 November 2012 00:45 Go to previous message
Max Paulsen is currently offline Max PaulsenFriend
Messages: 2
Registered: November 2012
Junior Member
Thank you for help!

I have to handle proammatically the start of N (N>1) instances of the same eclipse 4 application project.
Could you please describe how to do that?

Thanks in advance
Max
Previous Topic:Adding PDFRenderder.jar to my Plug-In Project - Runtime Error
Next Topic:How to register adapter factory for ResourceMapping?
Goto Forum:
  


Current Time: Fri Apr 19 22:08:28 GMT 2024

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

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

Back to the top