Resin報錯com.caucho.jsp.JspParseException: javac compiler is not available in Java(TM) SE Runtime Environment 1.7.0_45-b18. Check that you are using the JDK, not the JRE.。java
1. 在Eclipse中New - Server,選擇「Download additional server adapters」, 以後選擇「Resin (Java EE Web Profile) Server」. jsp
2. 須要注意一點的是,Resin運行的環境是JDK,而不是JRE,因此須要在運行環境時,選擇JDK。否則的話,可能會出現以下所示的錯誤:spa
com.caucho.jsp.JspParseException: javac compiler is not available in Java(TM) SE Runtime Environment 1.7.0_45-b18. Check that you are using the JDK, not the JRE. server |
3. 點擊「publish/Debug」,與Tomcat相似,便可成功發佈項目。這裏有一點與Tomcat不一樣的是,Resin在運行時先把整個工程打包,再發布到Resin容器中。ip