python (65.2k questions)
javascript (44.3k questions)
reactjs (22.7k questions)
java (20.8k questions)
c# (17.4k questions)
html (16.3k questions)
r (13.7k questions)
android (13k questions)
Apache jena: SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder"
When I run the example from the docs(https://jena.apache.org/documentation/ontology/): I get following error:
SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder".
SLF4J: Defaulti...
J. Doe
Votes: 0
Answers: 1
Jena Failed to execute goal org.apache.maven.plugins:maven-compiler-plugin:3.9.0:compile (default-compile) on project jena-iri: Fatal error compiling
I try to use Apache Jena with eclipse on my machine.
I'm following the official documentation:
https://jena.apache.org/tutorials/using_jena_with_eclipse.html
Which links to https://jena.apache.org/get...
J. Doe
Votes: 0
Answers: 0
LiteralImpl cannot be cast to class Resource (LiteralImpl and Resource are in unnamed module of loader 'app' (Jena)
I'm creating a web app (spring + react) that will query an endpoint (selected by the user) with a certain query. For the purposes of this app I'm using jena.
This is the method where I use jena:
@Over...
jana
Votes: 0
Answers: 1