Conducted on April 9, 2018. Pleiades because it is troublesome. Pleiades All in One is for Japanese localization with Eclipse itself for Windows and Mac. This is a package of Pleiades plugins and useful plugins for each programming language.
Select Edition. This time, "Java" and "Full Edition".
Execute eclipse.exe of "D: \ pleiades \ eclipse".
Click "Start" without thinking about anything.
Click "File"-> "New"-> "Other".
Click "Web"-> "Dynamic Web Project".
Enter the project name appropriately and click "Finish". This time is "web project".
Since the project is created with the name entered in "8." in the package explorer, Right-click "Web Content" and click "New"-> "Other".
Select "Web"-> "JSP File" and click "Next".
Click "Finish" without thinking about anything.
A file called NewFile.jsp has been created, so double-click it.
The contents of the file look like this.
Enter "hello world" on line 10.
Right-click NewFile.jsp and click "Run"-> "Run on Server".
Click "Finish" without thinking about anything.
When you access the URL below, "hello world" is displayed. http://localhost:8080/webproject/NewFile.jsp
the end.
Recommended Posts