Handling compilation errors
Any compilation errors encountered in either of these stages are displayed in the compiler Output Window. If the translation to servlet succeeds, you can view the servlet source to better identify and analyze any errors which may have occured in the second stage.
To analyze servlet source for compilation errors:
- Right-click on the JSP file in the Explorer or Object Browser and choose View servlet from the contextual menu.
The Editor window will appear with the servlet code displayed. Once you determine the error, you can fix it in the JSP page. The servlet itself may not be modified, since it will be regenerated the next time you compile the JSP.
Contents | Prev | Next | Index |