我在Java BuildPath 中AddLibrary 中选择Junit时,下拉框里出现了Junit 3 和 Junit4 ,但是下面的Current Path 和Source Path 都是Not Found!上面也显示 The selected JUnit version is not available.求大神指点!!!
1.我找了下Myeclipse的安装包下面是有Junit
然后我也在 window-preference-java节点-Build Path-Classpath variables中New了一个Junit的变量,并加入了D:/Program Files/Genuitec/Common/plugins/org.junit_3.8.2.v20090203-1005/junit.jar
但是我在Java BuildPath 中AddLibrary 中选择Junit时,下拉框里出现了Junit 3 和 Junit4 ,但是下面的Current Path 和Source Path 都是Not Found!上面也显示 The selected JUnit version is not availa(重启eclipse过))
一般这种情况分2种:1)少jar包 2)jar包版本不同
junit不是myeclipse自带的么?