You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
at the step of compiling the project using maven using the comand "mvn compile" I found a warning as shown below, the first question is whether it will be a problem?
then in the step after I installed the evosuite jar and evosuite-standlone-runtime, then I tried executing the jar using the command "java -jar evosuite-1.0.6.jar" there is an error as shown below
pls help to fix this problem, i need solution for this case. Thank you.
The text was updated successfully, but these errors were encountered:
It seems that you are trying to execute EvoSuite 1.0.6 on Java 8 compiled classes with Java 15. You need Java 8. Please check your JAVA_HOME environment variable or just run java -version in the command line.
hello, I am someone who is new to evousite and just want to try evousite. I followed the appropriate steps on the https://www.evosuite.org/documentation/tutorial-part-1/ page until I encountered an error.
at the step of compiling the project using maven using the comand "mvn compile" I found a warning as shown below, the first question is whether it will be a problem?
then in the step after I installed the evosuite jar and evosuite-standlone-runtime, then I tried executing the jar using the command "java -jar evosuite-1.0.6.jar" there is an error as shown below
pls help to fix this problem, i need solution for this case. Thank you.
The text was updated successfully, but these errors were encountered: