Eclipse - run mendix project to debug java actions

0
Hello, I am trying to debug java action ,  i followed  instructions as per https://docs.mendix.com/howto/monitoring-troubleshooting/debug-java-actions but when i to to  run project in debug mode from eclipse, its fails  with an error “Path for IClasspathEntry must be absolute” . Does anyone know how to resolve  this error.  Thanks.  Error  An internal error occurred during: "Launching Work365_Branch_API_Authentication". Path for IClasspathEntry must be absolute: 
asked
1 answers
0

Maybe you are facing the same issue as mentioned here with solution:

https://stackoverflow.com/questions/16487460/error-initializing-java-tooling-reason-assertion-failed-path-for-iclasspathen

answered