Skip to main content



      Home
Home » Newcomers » Newcomers » Hot code replace!
Hot code replace! [message #197968] Tue, 06 March 2007 03:54 Go to next message
Eclipse UserFriend
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 06: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: Sun May 11 02:05:27 EDT 2025

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

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

Back to the top