Editing a JSP or Servlet Source File

The IDE provides additional support for JSP syntax, including completion for JSP tags. Editing JSP source code is similar to editing HTML, and the IDE provides support for both HTML and JSP tags.

To edit a JSP or servlet file:

  1. In the Explorer, click the Filesystems tab and locate your JSP or servlet file.
  2. Double-click the selected file to open it in the Source Editor.
  3. Edit your file as you would any Java source file or HTML file, including the use of code completion and editor abbreviations .
  4. Choose File and choose Save to save your file. Unsaved changes are indicated by an asterisk in the Source Editor title bar.

See also
Creating a JSP or Servlet File
Compiling a JSP Source File
Executing a JSP or Servlet File

Legal Notices