Skip to content

NoSuchFieldException #2

Description

@mrnolte

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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