Hey there,
I am not sure if someone can help me, as the last commit was quite some time ago.
I am trying to get PrisM running (maven install), but all I get is this exception:
java.lang.ExceptionInInitializerError
at uk.ac.ox.cs.prism.PrisM.initDataStore(PrisM.java:158)
at uk.ac.ox.cs.prism.PrisM.extract(PrisM.java:103)
at uk.ac.ox.cs.prism.PrisM.extract(PrisM.java:89)
at other.OntologyWithoutDocumentIRITest.test(OntologyWithoutDocumentIRITest.java:45)
Caused by: java.lang.RuntimeException: java.lang.NoSuchFieldException: loadedLibraryNames
at uk.ac.ox.cs.JRDFox.store.DataStore.<clinit>(Unknown Source)
... 27 more
Caused by: java.lang.NoSuchFieldException: loadedLibraryNames
at java.base/java.lang.Class.getDeclaredField(Class.java:2412)
... 28 more
I would be very thankful if someone could help me with this issue.
Cheers,
Robin
Hey there,
I am not sure if someone can help me, as the last commit was quite some time ago.
I am trying to get PrisM running (maven install), but all I get is this exception:
I would be very thankful if someone could help me with this issue.
Cheers,
Robin