Search Results

0
votes

java.lang.NoClassDefFoundError: com/hp/hpl/jena/shared/BadURIException on running servlet

It looks like you're missing the jar for Jena(?) which defines the BadURIException class. Is that jar included in your WEB-INF/lib directory as well? Have you tried looking at the unpacked war file …