Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations TouchToneTommy on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

refresh Swing App???

Status
Not open for further replies.

rohithere

Programmer
Oct 27, 2003
51
IN
I have a java stand alone application in swing.Now whenever there is an error or i have to perform bug fixing ,i have to close that open application and make changes then compile and run it.
It happens to be very tiresome as i have to do it again & again.Is there any solution to it????

Please Help.It's Very Urgent.

Thanx in advance..
 
You can use any debug tool that suppor hot code replacement. That kind of tools allows you to change code while debuggin the application. Anyway, it's difficult to avoid restarting the application from time to time

Cheers

Dian
 
Hi,

THANKS.Do u know any such debug tool that suppor hot code replacement.


 
Also writing a cheap and dirty way to compile and re-run (like a make file) would also be a good idea failing a tool that supports hot code replacement.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top