/usr/share/doc/libuima-adapter-soap-java/README.Debian is in libuima-adapter-soap-java 2.10.1-2.
This file is owned by root:root, with mode 0o644.
The actual contents of the file can be viewed below.
1 2 3 4 5 6 7 8 9 10 | This document explains how to develop and use components providing
SOAP web service or using it within the UIMA framework.
When compiling and running apps using the UIMA framework and especially
the SOAP connecter, you need to add "/usr/share/java/uimaj-adapter-soap.jar"
to the CLASSPATH. E.g.
export CLASSPATH="/usr/share/java/uimaj-adapter-soap.jar:/usr/share/java:."
javac Whatever.java
java Whatever
|