rdf2x
rdf2x copied to clipboard
java.lang.ClassNotFoundException Error
I'm getting a "Caused by: java.lang.ClassNotFoundException: com.merck.rdf2x.main.Main" error when running the program with mvn. Any idea how to fix this ?
Hi @noam2, thanks for letting me know, the README was missing one step. You first need to build the project using mvn compile
. Let me know if that works for you.