Thank you Tim for the detail. It is working now. Sorry for the simple question. I couldn't seem to find it in any of the Tika docs.
Regards,

BRAD BEACH
 
----- Original message -----
From: Tim Allison <[email protected]>
To: [email protected]
Cc:
Subject: [EXTERNAL] Re: WARNING: org.xerial's sqlite-jdbc is not loaded for 1.2.4
Date: Tue, Apr 21, 2020 8:53 AM
 
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
 

Reply via email to