eclipse中JRE System library 和web app libraries
當我們在Eclipse中建立java的web工程時,會產生JRE System Library和Referenced Libraries,Web App Libraries不生成,下面會
簡要說明一下。
其實,這三個都是jar包的存放集合。
JRE System Library主要存放J2SE的標準jar,一般不需要調整。
Referenced Libraries是存放第三方的jar包,也就是自己匯入的jar包。在專案屬性的Java Build Path中的Libraries中配置。本人理解,
這裡匯入和配置jar包,都是為了讓web工程能夠在eclipse開發環境可以正常編譯,不報錯而已。。如果該web工程利用eclipse生成war包,
是不會匯出其jar包到WEB-INF/lib資料夾下的。
Web App Libraries的主要作用是讓eclipse匯出war包的時候,會把其目錄下的所有jar或者專案中的工程引用都匯出到WEB-INF/lib檔案
夾下。Web App Libraries中的jar包在eclipse中專案屬性的Java EE Module Dependencies配置的。如果你勾上了,或者新增了外部jar
包,都會在WEB-INF/lib資料夾下生成。當然,如果你直接在WEB-INF/lib資料夾下,copy一個jar進入,重新整理一下,Web App Libraries
也會自動增加一個jar的引用。簡單說,Java EE Module Dependencies的配置只針對Web App Libraries的。
相關文章
- eclipse-indigo 中 user libraries 自動部署 WEB-INF/lib 配置EclipseGoWeb
- Eclipse-設定字型、配置JRE和MavenEclipseMaven
- 【Eclipse】--Eclipse.ini,JDK,JRE,JVMEclipseJDKJVM
- System.Net.Mail和System.Web.MailAIWeb
- JDK和JREJDK
- Eclipse:Resource is out of sync with the file systemEclipse
- JDK,JRE和JVMJDKJVM
- JDK、JRE和JVMJDKJVM
- maven eclipse miss required library解決MavenEclipseUI
- Maven專案缺少eclipse自帶的外掛專案需要建立lib目錄加上jar包,或者是已經生成有的, 然後 右鍵build path add libraries web app librariesMavenEclipseJARUIWebAPP
- attempting to bokeyaunrun eclipse useing the jre instead of jdk,to run eclipse usingEclipseJDK
- ADS報錯:Sorry, but the license for the following library is not available: "System Model Library"AI
- 【Android Eclipse】Eclipse 引用 library 時的常見異常AndroidEclipse
- eclipse建立自己的Library存放jar包EclipseJAR
- JDK.JRE和JVMJDKJVM
- 在Eclipse中,用XFire釋出web服務EclipseWeb
- web專案中web.xml的servlet和servletmapping的解讀WebXMLServletAPP
- maven建立Java 和 Web Project, 並匯入EclipseMavenJavaWebProjectEclipse
- JDK和JRE的區別 .JDK
- jdk和jre的區別JDK
- jre 和 jdk的關係JDK
- JDK、JRE和JVM簡述JDKJVM
- web app和native app的區別WebAPP
- myeclipse的web專案匯入到eclipse中EclipseWeb
- 02 eclipse中配置Web專案(含eclipse基本配置和Tomcat的配置)EclipseWebTomcat
- 求助:Eclipse打包Web工程EclipseWeb
- 關於MyEclipse中build path和compiler的jre不匹配EclipseUICompile
- library cache lock和library cache pin理解
- 解決eclipse中android專案關聯android library project失敗問題EclipseAndroidProject
- Eclipse-用Eclipse搭建一個web專案EclipseWeb
- System Requirements for WebSphere Application ServerUIREMWebAPPServer
- 未來不是Web與App的生死之爭,而是Web和App的融合WebAPP
- System.Web 名稱空間Web
- Oracle中sys和system的區別小結Oracle
- JRE 和 JDK 的區別詳解JDK
- portal,cms,和web application比較WebAPP
- WARNING: The 32 bit library file libstdc++.so.6 is not found on the systemC++
- 在mvc4裡怎樣引用:System.Web.Optimization和entityframeworkMVCWebFramework