.jsp
)
is translated into a servlet source file (.java
).
The servlet source file is then compiled into a .class
file
like any other Java program.
The following are the minimal instructions for compiling a JSP source file. For complete information on compiling files in the IDE, including choosing a compiler and configuring it, see Compiling a Program
To compile a JSP file:
![]() |
By default, error pages and other
JSP pages referenced using
<jsp:useBean> , <jsp:include> , or
<jsp:forward>
will be compiled automatically with the main JSP file. To change that
default setting, select Tools ![]() |
See also | |
---|---|
Creating a JSP File Editing a JSP File Running a JSP File |