Reputation: 20136
Assuming your application is not compiling anything and does not use JSP pages, is it fine to run Jetty using just the JRE, or is there some other requirement to run on the JDK?
Upvotes: 0
Views: 628
Reputation: 49462
You can use the JRE, even for JSP compiling, as the JSP support has the Eclipse Compiler for Java (ECJ) built-in.
Upvotes: 2