Hi, From: Alex Turbov [mailto:[email protected]] > sun.misc.ServiceConfigurationError: org.apache.tika.parser.Parser: > Provider org.apache.tika.parser.asm.ClassParser not found
You're probably not including all the Tika dependencies in your classpath. The easiest way to do so is to simply put the full tika-app jar in your classpath instead of tika-core and tika-parsers. See the dependency notes in http://tika.apache.org/0.7/gettingstarted.html for more background. BR, Jukka Zitting
