I have 10 maven java projects and a war projects.
During debugging, my eclipse is taking me to .class file even same java class file is present in the workspace.
Any pointers how to fix it
I have 10 maven java projects and a war projects.
During debugging, my eclipse is taking me to .class file even same java class file is present in the workspace.
Any pointers how to fix it
Check these:
Most probably, the openend projects do not have the same versions that the debugged project's dependencies.