[fedora-java] javax.servlet API

Andrew Overholt overholt at redhat.com
Mon Oct 5 23:56:44 UTC 2009


* Orion Poplawski <orion at cora.nwra.com> [2009-10-05 18:13]:
> Are the javax.servlet classes packaged in Fedora?

Do these contain what you need?

tomcat6-servlet-2.5-api
tomcat5-servlet-2.4-api

> Is there a general  way to search for what package/jar would provide a
> given class?

Nothing AFAIK more than something like this:

for f in `find /usr/share/java -name \*.jar`; do \
  unzip -l $f | grep MyClass &> /dev/null && echo $f; done

But that doesn't help not having installed.

Andrew




More information about the fedora-devel-java-list mailing list