개발
gsjava org.junit cannot be resolved
철권
2018. 9. 27. 11:35
728x90
Command line: In the case of command line invocations, you will have to add
junit.jarto the classpath of your application withjava -cp /path/to/junit.jar. Take a look at the answers here.Using eclipse: Eclipse distributions are bundled with this library and this is how you can use it for your project. Right click on the eclipse project and navigate:
Properties -> Java Build Path -> Libraries -> Add Library -> JUnit -> Junit 3/4
728x90
반응형