On Mon, 20 Apr 2020, Bradley Beach wrote:
I have tried every permutation of adding sqlite-jdbc-3.30.1.jar to my
classpath but still get:
 
java -classpath ".:sqlite-jdbc-3.30.1.jar" -jar tika-server-1.24.jar
--host=localhost --port=12345

You can't combine -classpath and -jar, you have to use one or the other. If you give -jar then -classpath is ignored...

Nick

Reply via email to