I’m trying to run grammarviz algorithm for anomaly detection. I applied all the steps mentioned in https://github.com/GrammarViz2/grammarviz2_src .
However, when I pasted the following command in the command prompt. I got the following error.
<java -Xmx4g -jar target/grammarviz2-0.0.1-SNAPSHOT-jar-with-dependencies.jar>
Error: Could not find or load main class net.seninp.grammarviz.GrammarVizGUI
Caused by: java.lang.ClassNotFoundException: net.seninp.grammarviz.GrammarVizGUI
I’m new to the java. Please help me to solve this issue.
Thanks in advance.
user25056453 is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.