How to set up JavaED Full Edition (pleiades)

Nice to meet you, this is Nev! Since this is my first time to touch Java, I will leave a way to set up a development environment for study logs!

Click here for how to do Java! https://eng-entrance.com/java-is-is

!!Warning!! It consumes a lot of memory, so it is recommended to check the memory of your PC! !! !! Be sure to check that your OS is up to date! !!

Preliminary commentary

This time, I want to build a Java integrated environment and a development environment with a Japanese localization plug-in, so let's install "JavaED Full Edition (Preiades)" with a Japanese localization plug-in instead of "Eqlipse"!

Click here to see what Preiades is! →https://ja.wikipedia.org/wiki/Eclipse_(%E7%B5%B1%E5%90%88%E9%96%8B%E7%99%BA%E7%92%B0%E5%A2%83)

■ I will briefly describe the flow of this installation! ① Install 7-zip → Please note that the data cannot be decompressed properly unless this tool is used when decompressing the Java integrated environment! (2) Install the Preiades (Java integrated development environment + Japanese localization plug-in) file. ③ After unzipping the installed Preiades, let's make various settings!

It's easy! Let's go crispy!

① Install 7-zip

I would like to install "7-zip". This page opens when you open the following URL. →https://sevenzip.osdn.jp/

Please download according to the operating system of your PC! What is an operating system? "File-> PC-> Right-click-> Properties-> System type" Check your operating system from!

By the way, my PC is 64-bit. image.png

Let's install it quickly when you find out! Click the "Download" button to start the installation.

image.png

After installation, Let's set it by pressing "7zXXXX-xnn.exe" of the downloaded file. There is no specific setting this time, so press OK to set everything. If you want to make detailed settings, it's good.

② Install Preiades

Now that we have prepared in advance, let's install Eclipse! Click here for the installation page! →https://mergedoc.osdn.jp/

When you open the page, you will see this Ver selection. Unless you don't like the old environment, choose the "latest version". That is more secure. This time, install "Eclipse 2019-09". image.png

If you press "Eclipse 2019-09", this page will appear. I want to set up a Java execution environment, so please press "Full Edition" of "Java" this time.

image.png

I think it took a long time, but after confirming that the file was installed safely, answer the corresponding file "Pleiades-2019-mm-java-win-nnbit-jre_yyyymmnn.zip" with "7-zip". let's do it.

③ Various settings

Did you finish defrosting safely? When you are done, click "Eclipse.exe" under "C: Pleiades / eclipse" in the unzipped file.

If you press it, the initial settings will run. The workspace settings will come out in the middle, but this is where you save the code you wrote. Create it in any folder (although it is under C).

Finally

Thank you for reading the first post to the end. If you find any typographical errors or mistakes, please DM me on Twitter!

Recommended Posts

How to set up JavaED Full Edition (pleiades)
How to set up and use kapt
How to set up and operate jEnv (Mac)
How to set up Android OR mapper "Orma" (Kotlin)
How to set Docker nginx
How to set Java constants
How to set up a proxy with authentication in Feign
[Rails] How to speed up docker-compose
How to set Lombok in Eclipse
[Note] How to restart the Windows container set up with docker-compose
[Java] How to set the Date time to 00:00:00
How to set JAVA_HOME with Maven appassembler-maven-plugin
Needed for iOS 14? How to set NSUserTrackingUsageDescription
How to set up computer vision for tracking images and videos with TrackingJs
[Java] (for MacOS) How to set the classpath
Spring Boot --How to set session timeout time
How to deploy
How to set the display time to Japan time in Rails
[Android / Java] Set up a button to return to Fragment
Steps to set up Postfix and Dovecot on CentOS 8.3
Steps to set up a VNC server on CentOS 8.3
How to set BuildConfig of library project (module) to Debug
[Rails 6] How to set a background image in Rails [CSS]
[RSpec] How to test error messages set by Shoulda-Matchers