* Orion Poplawski <orion@xxxxxxxxxxxxx> [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 -- fedora-devel-java-list mailing list fedora-devel-java-list@xxxxxxxxxx https://www.redhat.com/mailman/listinfo/fedora-devel-java-list