jeffoffutt / muJava

Mutation system for Java programs, including OO mutation operators.
Apache License 2.0
66 stars 43 forks source link

Error while trying to run muJava #22

Open shathee opened 3 years ago

shathee commented 3 years ago

Hello.

I was trying to install and test muJava for research purpose. If I add the compiled classes in the class folder, I am getting the following error.

image

If I do not add anything in the class folder then the GUI runs normally but when I click generate then I get another error like following.

image

Can anyone suggest any way to resolve those?