Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Starting RCP App from Network Drive
Starting RCP App from Network Drive [message #632073] Mon, 11 October 2010 13:11 Go to next message
budili Missing name is currently offline budili Missing nameFriend
Messages: 64
Registered: May 2010
Member
Hello,

i have deployed an rcp application on a network drive.
Is that a problem, if some (more than one) users starts my application from the network at the same time? Maybe conflicts with the workspace or something else?

THX ....
Re: Starting RCP App from Network Drive [message #632084 is a reply to message #632073] Mon, 11 October 2010 13:53 Go to previous messageGo to next message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
Yes. You need to set different working-directories in your config.ini or
launch with -data switch else save-restore will always come up with the
very same workbench-state.

To make the workbench information write to a user specific directory you
could add the following to your .product-File in the VM-Arguments IIRC:

-data
@user.home/MyApplication

Tom

Am 11.10.10 15:11, schrieb budili:
> Hello,
>
> i have deployed an rcp application on a network drive. Is that a
> problem, if some (more than one) users starts my application from the
> network at the same time? Maybe conflicts with the workspace or
> something else?
>
> THX ....
icon14.gif  Re: Starting RCP App from Network Drive [message #632101 is a reply to message #632084] Mon, 11 October 2010 15:06 Go to previous message
budili Missing name is currently offline budili Missing nameFriend
Messages: 64
Registered: May 2010
Member

Oh great great .... Smile !!!

Thank you very much Tom !!
Previous Topic:Job: Block UI from user but show progress
Next Topic:Remove view Title Image Completly
Goto Forum:
  


Current Time: Fri Apr 19 19:55:57 GMT 2024

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

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

Back to the top