Using the EvoSuite plug-in for eclipse on Windows 7

I am trying to use the EvoSuite plugin for eclipse (keplero) on Windows 7. To test this plugin, I download the ATM.java file from http://www.evosuite.org/study/ . Now when I do right click on the target class -> evoSuite -> Generate JUnit Test Suite eclipse tell me:

Cannot find file ATM_ESTest.java

Where am I going wrong?

PS: if I create an ATM_ESTest.java file, the error goes away but the file doesn't change (no test to write)

+3


source to share


1 answer


This issue can also be found on the command line. On the command line, we found that jre was missing jdk tools.jar

. If jdk1.8/lib/tools.jar

was placed in jre8/lib/

, the problem will be resolved.



+1


source







All Articles