Skip to main content



      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] Wed, 07 November 2012 23:45 Go to next message
Eclipse UserFriend
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 09:56 Go to previous messageGo to next message
Eclipse UserFriend
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 04:55 Go to previous messageGo to next message
Eclipse UserFriend
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] Mon, 12 November 2012 19:45 Go to previous message
Eclipse UserFriend
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: Sat Jul 05 12:14:14 EDT 2025

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

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

Back to the top