My codes has these compile errors:
when running
The missing EJBClientResult class is in the mypack.common-2021.03.jar file.
Another similar project which use the same jar file compile successfully.
so the same jar file is present in my
maven local repository and maven is setup properly.
To debug, run
proj1-parent output:
proj2-parent output:
Both projects have the same dependency in the pom.xml:
How to fix this compile error?
Please help.
Thanks.