简体   繁体   中英

Mail.jar and mysql-connector-java-5.1.13-bin.jar Classpath

I am trying to install a Java Servlets based web application on a public server. The application demands that I place the mail.jar file and mysql-connector-java-5.1.13-bin.jar file in my jdk/jre/lib/ext path. But I do not have access to this folder. Is there some other standard place where I can copy these files ?

Logically, it should not be necessary to place them there. If your application needs them, it should suffice to place them in WEB-INF/lib inside your webapp. That is the standard place for your app specific libraries.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM