|
1. If you use IDE (JBuilder, Eclipse, etc.) for development, these will be discovered automatically after the web container is specified.
2. If you don't use IDE and compile with command line (javac), you can download a web container such as Tomcat. In the common\lib directory of Tomcat, there are two packages: jsp-api.jar and servlet-api.jar, which are added to the CLASSPATH environment variable. |
|