Bug#341101: eclipse-platform-common: Eclipse Help not working - Solution?

Stephan Michels stephan.michels at gmail.com
Mon Nov 28 14:16:42 UTC 2005


On 11/28/05, Markus Bauer <caramel-baby at web.de> wrote:
> I just found out that the missing class
> (org/apache/catalina/realm/MemoryRealm)
> is located in catalina-optional.jar instead of catalina.jar.
> But this jar file is not referenced in the manifest.mf, so eclipse does
> not know about it.
>
> So I added "catalina-optional.jar" to
> plugins/org.eclipse.tomcat_4.1.30.1/META-INF/MANIFEST.MF
> and *wow* it worked - the help system is running!

The manifest in eclipse-platform-common should be fixed since 3.1.1-3. I have
following lines in the manifest of the Tomcat plugin:

Bundle-ClassPath: tomcatwrapper.jar,
 catalina.jar,
 bootstrap.jar,
 commons-beanutils.jar,
 commons-collections.jar,
 commons-digester.jar,
 commons-logging-api.jar,
 commons-modeler.jar,
 jasper-compiler.jar,
 jasper-runtime.jar,
 naming-common.jar,
 naming-factory.jar,
 naming-resources.jar,
 servlets-common.jar,
 servlets-default.jar,
 servlets-invoker.jar,
 servlets-manager.jar,
 tomcat-coyote.jar,
 tomcat-http11.jar,
 tomcat-util.jar,
 mx4j-jmx.jar,
 servlet-api.jar,
 jakarta-regexp-1.3.jar,
 catalina-optional.jar,
 jsp-api.jar,
 commons-el.jar




More information about the pkg-java-maintainers mailing list