1, Source file (.java) compiled into bytecode file (.class)
2 using javac.exe tool included with JDK. JRE does not come with javac.exe tool, but only java.exe tool
my project is deployed on a production server (Tomcat+JRE), but JRE does not have its own compilation tool javac.exe . How can jsp pages be compiled into .class files? Does Tomcat come with tools like javac.exe ? What"s the name of the tool? Ask the god, thank you
