Hi I am using using apache Tika, and I made few changes to Tika as per my requirement and I am able to build the Tika successfully. But when i am trying to run the Tika i am getting the following exception, I added mail.jar and activation. jar to the classpath.
can any one help me in solving this problem .
D:\Tika\apache-tika-0.9>java -jar D:\Tika\apache-tika-0.9\tika-app\target\tika-app-0.9.jar TikaCLI
Exception in thread "main" java.lang.NoClassDefFoundError: javax/mail/MessagingException
Caused by: java.lang.ClassNotFoundException: javax.mail.MessagingException
at java.net.URLClassLoader$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
at sun.misc.Launcher$AppClassLoader.loadClass(Unknown Source)
at java.lang.ClassLoader.loadClass(Unknown Source)
Could not find the main class: org.apache.tika.cli.TikaCLI. Program will exit.
Thanks in advance...