tomcat的lib目錄中并沒有java web項(xiàng)目所依賴的JRE System Library跟Java EE 6Libraries啊?為什么還能運(yùn)行web項(xiàng)目
認(rèn)證高級PHP講師
It seems that eclipse comes with J2EE libraries, but other developers don’t know much about it
Yesservlet-api.jar
, servlet abstracts the HTTP protocol and is one of the Java EE APIs. Usually a complete web program also requires the support of JDBC driver, which Tomcat does not come with, because it depends on the database you use. Each database has its own driver.