java - Does Jetty require JDK if you are not using JSP -
Assume that your application is not compiling anything and does not use JSP pages, does JT get only JRE's OK to use, or is there something else needed to run on JDK?
You can use JRE, even for JSP compilation because JSP support Eclipse compiler has been created for Java (ECJ).
Comments
Post a Comment