using EvoSuite plugin for eclipse on Windows 7 OS

半腔热情 提交于 2020-01-02 07:52:14

问题


I'm try to use the EvoSuite plugin for eclipse (keplero) on Windows 7 OS. For testing this plugin i download the file ATM.java from the site http://www.evosuite.org/study/ . Now when i do right click on the target class -> evoSuite -> Generate JUnit Test Suite eclipse tell me:

Impossible to find the file ATM_ESTest.java

Where i wrong?

PS: if i create the file ATM_ESTest.java the error disappear, but the file not change (no test are write)


回答1:


This problem can also be found in command line operation.In command line operation,we found jre lacks the jdk's tools.jar. If the jdk1.8/lib/tools.jar was put into jre8/lib/, the problem will be solved.



来源:https://stackoverflow.com/questions/31266105/using-evosuite-plugin-for-eclipse-on-windows-7-os

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!