Replies: 2 comments 2 replies
-
Hmz, have you explicitly included the rdf4j-rio-turtle.jar in the project ? If that jar is not present it will produce an UnsupportedFormatException... And RDF4J 3.x is indeed only tested/supported on Java 8 and newer ... |
Beta Was this translation helpful? Give feedback.
2 replies
-
No idea to be honest, sorry, I don't know anything about development on Android... There once was an effort to port RDF4J 2.x to Android (https://github.com/MM2-0/rdf4a). It is not actively being developed anymore, but perhaps that might help you with your project... |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
I'm trying to integrate RDF4J library in an AppInventor project. Every time I get the following error:
Even if I use the Maven ServicesResourceTransformer shade plugin to compile my code without losing parsers I get this error. I read that AppInventor uses Java 6, so I think there is a problem related to Java versions incompatibility. Can someone help me with this problem? Thanks
Beta Was this translation helpful? Give feedback.
All reactions