I\'m trying to run my junit test (to verify that a properties file loads correctly) but
I get ClassNotFoundException
although the class is there and all requir
I add this answer as my solution review from the above.
.project
in the main project folder. Use a proper XML Editor otherwise you will get a fatal error
from Eclipse that stats you can not open this project.Java
by adding this org.eclipse.jdt.core.javanature
to
.org.eclipse.jdt.core.javabuilder
to
.Run as JUnit
... Success