Is there a guide to debugging Java processes in Eclipse across OSs?
Posted
by Jekke
on Stack Overflow
See other posts from Stack Overflow
or by Jekke
Published on 2010-05-16T22:58:09Z
Indexed on
2010/05/16
23:00 UTC
Read the original article
Hit count: 279
I have an application written in Java to run on Linux. I'm developing in Eclipse under windows. I would like to run the code on the Linux box and debug it on the Windows one remotely. I've found some information about how to do so, but it's pretty sparse. Does anyone have (or can point to) a complete explanation of the process?
Any help would be appreciated.
© Stack Overflow or respective owner