But if I include all the JARs downloaded by maven as external jar it throws ClassNotFound Error for com.github.fge..jsonSchema.JsonSchemaFactory.class ...
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Exception in thread "main" java.lang.NoClassDefFoundError: Test/class</pre><BR><BR>The only import stuff is the package statement and the java.util.*;. I kind of flying blind here trying to get this ...