Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fatal Crash on Main Evosuite Process #473

Open
Riffale opened this issue Apr 1, 2024 · 1 comment
Open

Fatal Crash on Main Evosuite Process #473

Riffale opened this issue Apr 1, 2024 · 1 comment

Comments

@Riffale
Copy link

Riffale commented Apr 1, 2024

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.

  1. 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?
    image

  2. 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
    image

pls help to fix this problem, i need solution for this case. Thank you.

@Juvemanu
Copy link

Juvemanu commented Jun 2, 2024

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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants