jeffoffutt / muJava

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

How to use #14

Open pedrogoiania opened 7 years ago

pedrogoiania commented 7 years ago

I paste the files into the classes and src folders. I then run the command on the terminal to open the GUI and I get this error in the log: Can not find class Calculator Please check CLASSPATH

Can someone help me?

jacksonpradolima commented 7 years ago

Hi @pedrogyn First, you must to create a session folder, similar with this: https://github.com/jacksonpradolima/MuJava4Run/tree/master/examples/session1 Addictionaly, You must to create the result folder.

After, set the config files, mujava.config for GUI or mujavaCLI.config for command line, with the path of your session.

Finally, run the program =D