"JSP File"."/> "JSP File".">

Home  >  Article  >  Java  >  How to create jsp file in Eclipse?

How to create jsp file in Eclipse?

藏色散人
藏色散人Original
2019-05-17 14:50:0121903browse

How to create a jsp file: First open Eclipse; then click "File" on the menu bar and select "New"; then select "Dynamic Web Project" to create a Web project; finally expand the project and right-click "WebContent" and select "New"->"JSP File".

How to create jsp file in Eclipse?

Eclipse is an open source, Java-based extensible development platform. By itself, it is just a framework and a set of services for building development environments through plug-in components. Fortunately, Eclipse comes with a standard set of plug-ins, including the Java Development Kit (JDK).

How to create a jsp file in Eclipse?

The steps to create a jsp file are as follows:

1. Open Eclipse.

2. Click "File" from the menu and select "New", then select "Dynamic Web Project" to create a Web project.

3. After the project is created, expand the project.

4. Right-click "WebContent", select "New", and then select "JSP File".

The above is the detailed content of How to create jsp file in Eclipse?. For more information, please follow other related articles on the PHP Chinese website!

Statement:
The content of this article is voluntarily contributed by netizens, and the copyright belongs to the original author. This site does not assume corresponding legal responsibility. If you find any content suspected of plagiarism or infringement, please contact admin@php.cn