[Tutorial] Download Eclipse → Run Web application with Java (Pleiades)

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.

    1. download. This time, "Eclipse 4.7 Oxygen". http://mergedoc.osdn.jp/ 1.jpg
  1. Select Edition. This time, "Java" and "Full Edition". 2.jpg

    1. Unzip the downloaded file. If the decompression destination directory is deep, it is annoying because it is said that the path is too long, so decompress it directly under the D drive.
  2. Execute eclipse.exe of "D: \ pleiades \ eclipse".

  3. Click "Start" without thinking about anything. 3.jpg

  4. Click "File"-> "New"-> "Other". 4.jpg

  5. Click "Web"-> "Dynamic Web Project". 5.jpg

  6. Enter the project name appropriately and click "Finish". This time is "web project". 6.jpg

  7. Since the project is created with the name entered in "8." in the package explorer, Right-click "Web Content" and click "New"-> "Other". 7.jpg

  8. Select "Web"-> "JSP File" and click "Next". 8.jpg

  9. Click "Finish" without thinking about anything. 9.jpg

  10. A file called NewFile.jsp has been created, so double-click it. 10.jpg

  11. The contents of the file look like this. 11.jpg

  12. Enter "hello world" on line 10. 12.jpg

  13. Right-click NewFile.jsp and click "Run"-> "Run on Server". 13.jpg

  14. Click "Finish" without thinking about anything. 14.jpg

  15. When you access the URL below, "hello world" is displayed. http://localhost:8080/webproject/NewFile.jsp 15.jpg

the end.

Recommended Posts

[Tutorial] Download Eclipse → Run Web application with Java (Pleiades)
[Tutorial] Download Eclipse → Run the application with Java (Pleiades)
Run an application made with Java8 with Java6
Try developing a containerized Java web application with Eclipse + Codewind
Run WEB application with Spring Boot + Thymeleaf
[Java] Deploy a web application created with Eclipse + Maven + Ontology on Heroku
Comfortable download with JAVA
Download Java with Ansible
Run batch with docker-compose with Java batch
Web application built with docker (1)
Run Java VM with WebAssembly
Java web application development environment construction with VS Code (struts2)
Comparison of WEB application development with Rails and Java Servlet + JSP
Run Java application in Azure Batch
Build a web application with Javalin
[Probably the easiest] WEB application development with Apache Tomcat + Java Servlet
Web application creation with Nodejs with Docker
[Java / Eclipse / Servlet / JSP / PostgreSQL] A WEB application framework with data posting / saving / editing / updating / deleting functions
Personal memo Run Spring Boot + Gradle web project with Codenvy (Eclipse Che)
Creating a java web application development environment with docker for mac part1
Create a java web application development environment with docker for mac part2
Create a simple web application with Dropwizard
One-JAR Java EE application with WebSphere Liberty
Start web application development with Spring Boot
Java development with Codenvy: Hello World! Run
Download and install Eclipse (Java) (Mac version)
Role of JSP in Web application [Java]
Build Web Application Server (Java) on VPS
Deploy Java web app to Azure with maven
Pleiades Eclipse 2020-03 release ~ Java 14 Let's try new features!
Make Java Stream line breaks nice with eclipse
Using Gradle with VS Code, build Java → run
Run an application made with Go on Heroku
CICS-Run Java application-(1) Run a simple sample app
[Mac / Java / Eclipse / PostgreSQL] Connect Java application and database
Java Repository of Eclipse with Maven: Missing artifact ~
[Java / PostgreSQL] Connect the WEB application to the database
Run Mecab on Win10 + Eclipse + Java + cmecab-java (January 2020)
Get along with Java containers in Cloud Run
Connecting Java application and PostgreSQL with JDBC without using eclipse (execute at command prompt)