Agreed. I typically put the tika-server.jar and the other jars in a bin directory and then run `java -cp "bin/*" org.apache.tika.server.TikaServerCli ----options`
On Tue, Apr 21, 2020 at 8:15 AM Nick Burch <[email protected]> wrote: > 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
