現(xiàn)在的項(xiàng)目基本上都是java web項(xiàng)目,所以導(dǎo)入jar包會(huì)出現(xiàn)問(wèn)題,主要介紹一下java項(xiàng)目與javaweb項(xiàng)目的區(qū)別: java項(xiàng)目: 在classLoader加載jar和class的時(shí)候,是分開(kāi)加載的,一般jar導(dǎo)入分兩種: 1.在web-inf下的lib中直接引入 2.在user library上引入 無(wú)論以上哪種引入,jar包都能加載并且運(yùn)行,classLoader會(huì)智能加載(本地...
www.dbjr.com.cn/article/1291...htm 2025-6-8