[Even beginners can do it! ] How to install Eclipse on Windows 10 (Java environment construction)

1. What is Eclipse?

--Eclipse is a integrated development environment (IDE) used in computer programming. --Eclipse is open source software and is released under the terms of the Eclipse Public License. --Eclipse is mainly used for Java application development.

2. Download Eclipse

01.png

  1. Go to Eclipse Downloads | The Eclipse Foundation.
  2. Click the Download 64 bit button. 02.png
  3. Click the Download button. 03.png
  4. Success if ʻeclipse-inst-win64` is downloaded.

3. Install Eclipse

03.png

  1. Start ʻeclipse-inst-win64`. 04.png
  2. Select ʻEclipse IDE for Enterprise Java Developers`. 05.png
  3. Click the ʻINSTALL` button. 06.png
  4. Click the ʻAccept Now` button. 07.png
  5. Click the check box and click the ʻAccept selected` button. 08.png
  6. Click the LAUNCH button. 09.png
  7. Click the Browse button, select the save location and click the Launch button. 10.png
  8. Click the Browse button, select the save location and click the Launch button. 11.png
  9. Success if ʻEclipse` starts.

4. Japanese localization of Eclipse

--Eclipse has a plugin called " Pleiades ". --In Pleiades, Eclipse itself is also included, so the above settings are unnecessary.

13.png

  1. Access Eclipse Japanese localization | MergeDoc Project.
  2. Click the ʻEclipse 2020` button. 14.png
  3. Click the Download button in the Java column. 15.png
  4. [https://ftp.jaist.ac.jp/pub/mergedoc/pleiades/2020/pleiades-2020-03-java-win-64bit-jre_20200322.zip](https://ftp.jaist.ac. Click jp / pub / mergedoc / pleiades / 2020 / pleiades-2020-03-java-win-64bit-jre_20200322.zip). 16.png
  5. Unzip the downloaded zip file. (7-Zip promotion) 17.png
  6. Open the decompressed folder. (Pleiades-2020-03-java-win-64bit-jre_20200322 / pleiades / eclipse /) 22.png
  7. Click ʻeclipse.exe in pleiades-2020-03-java-win-64bit-jre_20200322 / pleiades / eclipse / `. 23.png
  8. Click the Browse button, select a save location and click the Launch button. 24.png
  9. Success if ʻEclipse` starts.

5. Easy to use Eclipse

24.png

  1. Start ʻEclipse`. 25.png
  2. Select [File (F)]-> [New (N)]-> [Package]. 26.png
  3. Enter Hello in the name and click the Done button. 27.png
  4. Right-click on the package and select [New] → [Class]. 28.png
  5. Enter Hello for the package and name, checkpublic static void main (String [] args), and click the Done button. 29.png

Hello.java


package Hello;
public class Hello {
	public static void main(String[] args) {
		//TODO auto-generated method stub
		System.out.println("Hello World!!");
	}
}

  1. Enter the above source code and click the Run button.

30.png 7. Select Run → Java Application.

31.png 8. Success if Hello World !! is displayed on the console.

6. Related

-[Latest] How to build Java environment on Ubuntu -[Even beginners can do it! ] How to create a Java environment on Windows 10 (JDK14.0.1)

Recommended Posts

[Even beginners can do it! ] How to install Eclipse on Windows 10 (Java environment construction)
[Even beginners can do it! ] How to create Java environment on Windows 10 (JDK14.0.1)
JSP + Eclipse + Jetty development environment construction that even Java beginners can do
[Even beginners can do it! ] How to write Javadoc
[Java] How to update Java on Windows
How to install ImageMagick on Windows 10
How to install Eclipse (Photon) on Mac
Building an SAP system connection environment using JCo to a PC that even Java beginners can do
Java development environment construction on Mac-JDK Install (2020 preservation version)
How to run Java EE Tutial on github on Eclipse
How to install JDK 8 on Windows without using the installer
How to install java9 on elementaryOS Freya or Ubuntu 14.04 LTS
How to install GNOME as a desktop environment on CentOS 7
[Java development environment construction] Install OpenJDK 11 (Java 11) on macOS with Homebrew.
Install Java with zip on Windows
How to teach beginners at an engineer experience session (Java, Eclipse)
How to automatically operate a screen created in Java on Windows
How to install MariaDB 10.4 on CentOS 8
Can you do it? Java EE
How to install WildFly on Ubuntu 18.04
[ev3 × Java] leJOS development environment construction (Eclipse on Mac OSX / bluetooth)
java Eclipse How to debug javaScript
Steps to install Maven on Mac and use it in Eclipse
Install Java 9 on windows 10 and CentOS 7
Install Java development environment on Mac
How to build a Ruby on Rails environment using Docker (for Docker beginners)
How to solve the local environment construction of Ruby on Rails (MAC)!
How to check Java installed on Mac
A memorandum on how to use Eclipse
How to use Apache Derby on Eclipse
Java development environment construction memo on Mac
How to install production Metabase on Ubuntu
How to do base conversion in Java
How to switch Java versions on Mac
How to install beta php8.0 on CentOS8
Play Framework 2.6 (Java) environment construction in Eclipse
How to install the legacy version [Java]
How to install kafkacat on Amazon Linux2
[For beginners] How to debug in Eclipse
[First environment construction] I tried to create a Rails 6 + MySQL 8.0 + Docker environment on Windows 10.
How to concatenate strings separated by commas using StringJoiner even in java7 environment
How beginners can upload their apps to GitHub
Try to build Java8 environment on Amazon Linux2
How to link Rails6 Vue (from environment construction)
How to install network drivers on standalone Ubuntu
Road to Java Engineer Part1 Introduction & Environment Construction
How to install Titan2D (v4.2.0) in virtual environment
[Personal memo] Ruby on Rails environment construction (Windows)
You can do it right away with Serverless Framework Serverless on AWS (API + Lambda [java] is easy to set up)
How to install multiple JDKs on Ubuntu 18.04 LTS
[Ruby on Rails] How to install Bootstrap in Rails
How to build a Pytorch environment on Ubuntu
[Java] Memo on how to write the source
What to do if you get a NoClassDefFoundError when trying to run eclipse on Java9
Eh !? Run Linux on Windows? I can do it! !! (I set WSL2 and put Ubuntu)
[Java] Environment construction
Java environment construction
How to install Ruby on an EC2 instance on AWS
How to create a Java environment in just 3 seconds
How to jump from Eclipse Java to a SQL file
How to use java non-standard library on IntelliJ IDEA