Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我是 servlet 和 Jsps 的新手。我只为 Servlet-api.jar 设置了 CLASSPATH。通过这样做,我能够成功运行 servlet 和 jsps。
我的疑问是通过设置 servlet-api.jar 而没有在 ClassPATH 中设置 Jsp-api.jar 成功运行 JSP 的原因是什么。
JSP 被翻译成 Java Servlet 代码并编译,因此它们实际上就是 Servlet。但是,一旦您使用标记库和表达式语言,您将需要 jsp-api.jar。