import-org-junit-cannot-be-resolved

Statement : 

import-org-junit-cannot-be-resolved


Solution :
Perform  the below steps to resolve this
  • Right click on project-->Properties -> Java Build Path -> Libraries -> Add Library -> JUnit -> Junit 3/4
  • Rebuild the project module for which this error occured
  • Navigate to the work space path and download the Jar file or through localhost server in eclipse Sync this bundle, that's it. verify the same in Felix console
  • Or install through Felix console.

No comments:

Post a Comment