Hi,
I’ve got myclipse running on a XP box. I need to figure out how to remotely debug java applications on a linux box. These are non-web applications and are strictly console (text) based. Everything that I’ve seen so far has been about remote debugging if you’re writing a web application. The java code is on the xp box and I’m hoping that the remote debugger can send the code to the linux box, compile it there, and run it. Not sure though. Please advise. Thanks.