Reputation: 21
I have a java application that runs from a batch file. I have used an external tool for this.
However, I am not able to debug this application through eclipse.
Upvotes: 1
Views: 3877
Reputation: 8172
You have to launch your java application with remote debug options.
Then you can create a remote debug configuration in your Eclipse to attach that jvm process.
Upvotes: 1