I am developing extension classes in Java for a point of sale system. The POS software calls my Java class, so the code I am writing has no main method. Also, the POS software has to be run on a remote PC in another state, but I have full access to it.
How can I set up Eclipse to both run and debug my Java code using the remote PC running the POS software? I poked around in the Eclipse settings and did some googleing, but I am still unsure if this is even possible.
Using Eclipse Helios, writing Java code with target version 115 but most of the POS systems are running at least 1.5x.
Thanks.