Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » Java Development Tools (JDT) » Hot Swap does not work :(
Hot Swap does not work :( [message #717438] Sat, 20 August 2011 17:18 Go to next message
alex_prislopeanu is currently offline alex_prislopeanuFriend
Messages: 3
Registered: August 2011
Junior Member
Well my problem is simple: hot swap does not work in Eclipse EE...

Tried debugging , running, breakpoints, nothing seems to change the console output ...


my code:

while(x>=0)
{Thread.sleep(1000);
System.out.println("bla bla ");
}

changing the println line does not change the console output... am I doing something wrong ? config ? Maybe it should not work for stuff like this ?

[Updated on: Sat, 20 August 2011 17:18]

Report message to a moderator

Re: Hot Swap does not work :( [message #717456 is a reply to message #717438] Sat, 20 August 2011 19:31 Go to previous messageGo to next message
alex_prislopeanu is currently offline alex_prislopeanuFriend
Messages: 3
Registered: August 2011
Junior Member
any1 ?
Re: Hot Swap does not work :( [message #717464 is a reply to message #717456] Sat, 20 August 2011 20:47 Go to previous messageGo to next message
alex_prislopeanu is currently offline alex_prislopeanuFriend
Messages: 3
Registered: August 2011
Junior Member
also debugging doesn't seem to work at all. I hit a break point, change values, but when I step over the new code, the old values are in effect
Re: Hot Swap does not work :( [message #717832 is a reply to message #717464] Mon, 22 August 2011 13:29 Go to previous messageGo to next message
Eclipse UserFriend
Originally posted by: Rich Kulp

Make sure you have "Incremental Build" turned on. I don't how many times
I got frustrated trying to change code and it wouldn't change and it
turned out because I had turned the build off! :-)


--
Thanks,
Rich Kulp
Re: Hot Swap does not work :( [message #717843 is a reply to message #717464] Mon, 22 August 2011 13:50 Go to previous message
Eclipse UserFriend
Originally posted by: Bill T.

You may wish to check developer works, there was a recent article on when hot swap will and will not work. might explain what your seeing
On 8/20/2011 4:47 PM, alex_prislopeanu wrote:
> also debugging doesn't seem to work at all. I hit a break point, change values, but when I step over the new code, the old values are in effect
Previous Topic: Developing a content Assist plugin
Next Topic:Eclipse excludes all sources when import maven project
Goto Forum:
  


Current Time: Thu Apr 25 10:36:20 GMT 2024

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

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

Back to the top