Re: How can JSP use the .jar file out of Tomcat's Home ?
Thanks, For the jar is the core of another running application. I want to use API in the jar to put stream from the servlet to the core. Can we keep the jar out of Tomcat's Home? -邮件原件- 发件人: Peter Crowther [mailto:peter.crowt...@melandra.com] 发送时间: 2009年3月12日 21:35 收件人: 'Tomcat Users List
How can JSP use the .jar file out of Tomcat's Home ?
Hi, All, I have to make a JSP invoke a Class which is in a .jar file out of Tomcat Home, How can I deal with it? I have try to add the path of .jar file to system CLASSPACH, but it seems useless.. Thanks!