Eclipse remote debug .jar files inside a larger java application
问题 Most of the questions related to remote debugging are for an entire java application from which you have the code on your IDE. In this case I do not have access to the full application, only to pieces of code, .jar files, that are later on embedded into the larger application which eventually will invoke them and execute their code. Different from the large application, these .jar files that I develop do not contain the method: public static void main(string[] args) The .jar files implement