Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Eclipse Projects » Rich Client Platform (RCP) » Replace plugin jars in RCP app programmatically while running
Replace plugin jars in RCP app programmatically while running [message #1270003] Wed, 12 March 2014 11:46 Go to next message
Shrikanth NC is currently offline Shrikanth NCFriend
Messages: 31
Registered: February 2014
Member
I have an RCP Application which is mainly based upon 3 plugin jars.

By clicking some menu in my rcp application, I will run a java program which would overwrite old 3 plugin jars with new ones.

The problem is RCP Application is not allowing me to overwrite plugin jars
while its still running.

I don't want to use eclipse update site or update framework. ( Of-course i need to restart my rcp app as well )

Kindly help

Thanks,
Shrikanth NC

[Updated on: Wed, 12 March 2014 11:57]

Report message to a moderator

Re: Replace plugin jars in RCP app programmatically while running [message #1270631 is a reply to message #1270003] Thu, 13 March 2014 08:46 Go to previous message
Thomas Schindl is currently offline Thomas SchindlFriend
Messages: 6651
Registered: July 2009
Senior Member
This is a typical windows problem where the jars are locked when a
classloader has them opened.

Tom

On 12.03.14 12:46, Shrikanth NC wrote:
> I have an RCP Application which is mainly based upon 3 plugin jars.
>
> By clicking some menu in my rcp application, I will run a java program
> which would overwrite old 3 plugin jars with new ones.
>
> The problem is RCP Application is not allowing me to overwrite plugin jars
> while its still running.
>
> I don't want to use eclipse update site or update framework.
>
> Kindly help
>
> Thanks,
> Shrikanth NC
Previous Topic:RCP app on dual screen PC
Next Topic:[SOLVED] Sticky view does't appear in Pydev perspective
Goto Forum:
  


Current Time: Fri Apr 26 17:21:07 GMT 2024

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

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

Back to the top