EvoSuite / evosuite

EvoSuite - automated generation of JUnit test suites for Java classes
http://www.evosuite.org
GNU Lesser General Public License v3.0
841 stars 342 forks source link

Build issue when using Jdk 11 #284

Closed ifsheldon closed 4 years ago

ifsheldon commented 4 years ago

Error msg

Could not find artifact com.sun:tools:jar:1.0.0

Since JDK 11 removed tools.jar from the lib directory(JEP220), evosuite seems not compatible with JDK 11 or possibly above

liushihao456 commented 4 years ago

Have this problem too

VoglSebastian commented 4 years ago

The latest commit should have fixed this issue.

jose commented 4 years ago

@ifsheldon @liushihao456, FYI, the latest version of EvoSuite does support Java 11.