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

Conducted on April 5, 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 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"-> "Java Project". 4.jpg

  5. Enter the project name appropriately and click "Finish". This time "project". 5.jpg

  6. Since the project with the name entered in "7." has been created in the package explorer, Right-click "src" and click "New"-> "Class". 6.jpg

  7. Enter the name field appropriately. This time "main". Check the "public static void main (String [] args) (v) check box and click" Finish ". 7.jpg

  8. A file with the name entered in "10." is created in Package Explorer, so double-click the file. 8.jpg

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

  10. Edit the code. (3rd and 9th lines)

Added to 3rd line import javax.swing.JOptionPane;
Added to line 9 JOption Pane.showMessageDialog(null, "hello world");

10.jpg

  1. Right-click on the file in Package Explorer. Click "Run"-> "Java Application". 11.jpg

  2. A dialog is displayed. 12.jpg

the end.

Recommended Posts

[Tutorial] Download Eclipse → Run the application with Java (Pleiades)
[Tutorial] Download Eclipse → Run Web application with Java (Pleiades)
Run an application made with Java8 with Java6
Comfortable download with JAVA
Download Java with Ansible
Trace the SQL executed with the application Insights java agent
Run batch with docker-compose with Java batch
Run Java VM with WebAssembly
Try developing a containerized Java web application with Eclipse + Codewind
Run Java application in Azure Batch
[Probably the easiest] WEB application development with Apache Tomcat + Java Servlet
Follow the link with Selenium (Java)
Follow the Datomic tutorial with Datascript
For the time being, run the war file delivered in Java with Docker
[Java] Deploy a web application created with Eclipse + Maven + Ontology on Heroku
One-JAR Java EE application with WebSphere Liberty
Java development with Codenvy: Hello World! Run
Run a DMN with the Camunda DMN Engine
Download and install Eclipse (Java) (Mac version)
Try using the Wii remote with Java
Run WEB application with Spring Boot + Thymeleaf
[Java] Get the date with the LocalDateTime class
Let's make a calculator application with Java ~ Create a display area in the window
Until you run a Java program with the AWS SDK local to Windows
I rewrote the Rails tutorial test with RSpec
Understand Java Serializable while actually running the application
Run Rust from Java with JNA (Java Native Access)
[LeJOS] Let's control the EV3 motor with Java
[Java] Set the time from the browser with jsoup
Understanding the MVC framework with server-side Java 1/4 View
Customize the output with Wagby's CSV download function
Pleiades Eclipse 2020-03 release ~ Java 14 Let's try new features!
Understanding the MVC framework with server-side Java 3/4 Controller
Change the URL of the application of Eclipse project (Maven).
Make Java Stream line breaks nice with eclipse
Calculate the similarity score of strings with JAVA
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
Compile and run Java on the command line
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)
Java starting with JShell-A peek into the Java world
Understanding the MVC framework with server-side Java 2/4 Model
Run Dataflow, Java, streaming for the time being
Get along with Java containers in Cloud Run
"TCP / IP JAVA network programming understood from the basics" Compiled with Eclipse. Debug with Wireshark.
Connecting Java application and PostgreSQL with JDBC without using eclipse (execute at command prompt)