ian@ian-desktop $ ~/workspace/jena/jena-core/bin/rdfcatException in thread "main" java.lang.NoClassDefFoundError: org/slf4j/LoggerFactory
at jena.rdfcat.<clinit>(rdfcat.java:215)
Caused by: java.lang.ClassNotFoundException: org.slf4j.LoggerFactory
...I have svn updated and done a mvn clean install in jena-core. What else needs doing so that it can find the slf4j dependency?
Thanks, Ian
