I have created a java project using PLAY framework. But when I added some external package of another project It gives Compilation error. I have also added all the relevant jars required.And also make my original project dependent on the project which has MyUtils package.
"error: package MyUtils does not exist"
How to fix this?
