The jar names inside the pear file have changed and cannot be found
-------------------------------------------------------------------
Key: OPENNLP-75
URL: https://issues.apache.org/jira/browse/OPENNLP-75
Project: OpenNLP
Issue Type: Bug
Components: uima-integration
Reporter: Jörn Kottmann
Assignee: Jörn Kottmann
Fix For: tools-1.5.1-incubating
The jar names on the classpath do not match the actual jar names anymore.
The classpath inside the install.xml file should be changed to the new names.
That is the produced error:
Caused by: java.lang.ClassNotFoundException:
opennlp.tools.sentdetect.SentenceModel
at java.net.URLClassLoader$1.run(URLClassLoader.java:202)
at java.security.AccessController.doPrivileged(Native Method)
at java.net.URLClassLoader.findClass(URLClassLoader.java:190)
at java.lang.ClassLoader.loadClass(ClassLoader.java:307)
at
org.apache.uima.internal.util.UIMAClassLoader.loadClass(UIMAClassLoader.java:151)
at java.lang.ClassLoader.loadClass(ClassLoader.java:248)
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.