[Pellet-users] Using pellet in JSP

Ron Alford ronwalf at umd.edu
Mon Mar 26 16:08:11 UTC 2007


Michael Grove wrote:
> The stack trace includes:
> 
> java.lang.NoClassDefFoundError: com/hp/hpl/jena/rdql/QueryResults
> 
> Looks like you are missing some classes from your classpath, in this
> case, its complaining about com.hp.hpl.jena.rdql.QueryResults.  You
> might want to double check your classpath and make sure you have all the
> jena jar files included, especially the ARQ stuff, which i think is
> where that class is located....though its been awhile since I've used
> Jena so don't quote me on that ;)
> 

I believe they removed the rdql package from Jena 2.5

If you need Jena 2.5, you'll need to use Pellet 1.4 final.  Otherwise,
you can use the version of Jena distributed with Pellet.

-Ron


More information about the Pellet-users mailing list