Replies: 1 comment
-
I think you may be missing a dependency. The federation module is currently not included in our rdf4j-storage umbrella-PM (a bit of an oversight), so you'll have to explicitly add the following maven dependency to use it: <dependency>
<groupId>org.eclipse.rdf4j</groupId>
<artifactId>rdf4j-tools-federation</artifactId>
</dependency> |
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.
-
When trying out the Federation sample code, I got Exception in thread "main" java.lang.NoClassDefFoundError
at org.eclipse.rdf4j.federated.FedXFactory.withSparqlEndpoint(FedXFactory.java:173)
Is there any configuration I need?
Beta Was this translation helpful? Give feedback.
All reactions