Skip to content

Running PrisM #1

@sadger

Description

@sadger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions