glassfish « Import « JSP-Servlet Q&A





1. Not able to import jar files in JSP code    stackoverflow.com

I have jar files which I constructed using command jar -cf Generic.jar /java/mypackage/*.class There are three classes in the Generic.jar mypackage is the name of package I named so as to include my class ...