Link to home
Start Free TrialLog in
Avatar of allelopath
allelopath

asked on

tika required jars

Here:
http://tika.apache.org/0.9/gettingstarted.html
there is a list of jar files required for tika.
I have to go download each of these individually?
or are they provided collectively somewhere in tika?
ASKER CERTIFIED SOLUTION
Avatar of Mick Barry
Mick Barry
Flag of Australia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
An easy way to gather all these libraries is to run "mvn dependency:copy-dependencies" in the tika-parsers source directory. This will copy all Tika dependencies to the target/dependencies directory.

If you use findjar.com then to download these files without maven is not that difficult either
by the look of it your forced to use maven to build it anyways so it will handle getting the dependencies
simplest would be to build tika and add tika-app.jar to your project, that should include all the dependencies.
SOLUTION
Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
> (don't know maybe not all three were necessary)

they aren't as i already posted above
Anyway, to use ExcelExtractor the tika-parsers jar will eventually be necessary.
But it was a pleasure all worked as expected.