Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Newcomers » Newcomers » Hot code replace!
Hot code replace! [message #197968] Tue, 06 March 2007 08:54 Go to next message
Jugal Shah is currently offline Jugal ShahFriend
Messages: 19
Registered: July 2009
Junior Member
Hi All,

How to use Hot code replace feature while developing Eclilpse plug-ins?
Every time I make change in plug-in code, I have to restart eclipse
instance.


Regards,
Jugal Shah.
Re: Hot code replace! [message #197993 is a reply to message #197968] Tue, 06 March 2007 11:16 Go to previous message
Eclipse UserFriend
Originally posted by: jakub.jurkiewicz.gmail.com

Hi,

There can me many reasons for your problem:
1)You need to use a JVM that supports hot replace
2) You have to have auto-build option enabled
3) When you make a hot replace the code can become obsolete or invalid
(e.g. when you get a compilation error), so you cannot run it anymore
4) There are also some constraints: you cannot delete or add class's
fields or methods, sometimes there can be a problem with try-catch
block, also it is not always possible to change the main method, there
can be some more limitations, about which I'm not aware


Hope this helps,
Jakub Jurkiewicz




Jugal Shah wrote:
> Hi All,
> How to use Hot code replace feature while developing Eclilpse plug-ins?
> Every time I make change in plug-in code, I have to restart eclipse
> instance.
>
>
> Regards,
> Jugal Shah.
>
>
Previous Topic:WST all-in-one compatiility question
Next Topic:Linux: New Meta key rebound using xmodmap not recognized by eclipse 3.2.2
Goto Forum:
  


Current Time: Fri Nov 08 22:39:35 GMT 2024

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

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

Back to the top