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

unable to run evosuite test case with java 11 #305

Closed chitrendrachaudhary closed 3 years ago

chitrendrachaudhary commented 4 years ago

Context

i want to update my project from java 1.8 to java 11 my project is maven spring boot project

Steps to Reproduce

1 spring boot maven project 2 updating java 1.8 to 11 in pom 3 run 'mvn compile' command

Current Result

getting error evosuite plugin 1.0.6 not found tools.jar in jdk11/../lib/tools.jar (com.sun.tools)

Expected result

project should compile fine

Additional info

Please add any information of interest here below

reinman1985 commented 4 years ago

I have the same problem. I have tried multiple versions of de JDK, but to no avail. I have seen posts where the builders state it should work? But no solution.

VoglSebastian commented 3 years ago

It should work with EvoSuite 1.1.x