Hi i'm trying to get a working version of PrisM. I edited the pom.xml as required. However, when I try and compile it with mvn install it generates a jar file successfully. I include the built jar file into my eclipse project as usual but gives an error about missing classes.
Caused by: java.lang.ClassNotFoundException: uk.ac.ox.cs.JRDFox.JRDFStoreException
at java.net.URLClassLoader.findClass(URLClassLoader.java:381)
at java.lang.ClassLoader.loadClass(ClassLoader.java:424)
at sun.misc.Launcher$AppClassLoader.loadClass(Launcher.java:331)
at java.lang.ClassLoader.loadClass(ClassLoader.java:357)
I suspect the maven built is not producing a self contained jar.
Do you have a precompiled linux jar that I can use or more instructions how to build it correctly?
Thanks.
Hi i'm trying to get a working version of PrisM. I edited the pom.xml as required. However, when I try and compile it with
mvn installit generates a jar file successfully. I include the built jar file into my eclipse project as usual but gives an error about missing classes.I suspect the maven built is not producing a self contained jar.
Do you have a precompiled linux jar that I can use or more instructions how to build it correctly?
Thanks.