Annoyance - How to disable Eclipse classpath entry warnings

Viewed 20537

I've searched the options but I can't seem to find a way to disable these warnings. Warnings such as this:

Classpath entry org.eclipse.jdt.junit.JUNIT_CONTAINER/4 will not be exported or published. Runtime ClassNotFoundExceptions may result.   

Simply serve no purpose to me on my project other than to clutter my "Problems" view.

2 Answers
Related