Join GitHub today
GitHub is home to over 50 million developers working together to host and review code, manage projects, and build software together.
Sign upClassNotFoundException jacoco #1
Comments
|
Hey @Nalha :) Try the following to reproduce one of the examples: docker run -it maven:3.6.2-jdk-11 /bin/bash
git clone https://github.com/fuzzitdev/javafuzz.git
cd javafuzz
mvn install
cd examples
wget -O jacocoagent.jar https://github.com/fuzzitdev/javafuzz/raw/master/javafuzz-maven-plugin/src/main/resources/jacocoagent-exp.jar
MAVEN_OPTS="-javaagent:jacocoagent.jar" mvn javafuzz:fuzz -DclassName=dev.fuzzit.javafuzz.examples.FuzzYamlThere were indeed a few typos in the tutorial. Thanks for pointing out. (specifcally it should be |
|
Thanks, got it working now but I have some feedback if you're interested @yevgenypats
|
|
Thanks for the detailed feedback! I'll try to implement those soon. Pull-Requests are welcomed as well:) |
I have followed the steps in the readme multiple times but end up getting this exception, am I missing something obvious here?