JAVA + STS (Spring Tool Suite) environment construction procedure

table of contents

-Introduction --[Java Settings](#Java Settings) -[Install STS](Install #STS)

Introduction

It is an environment construction procedure of JAVA + STS (Spring Tool Suite). The goal is to be able to install java openjdk-12.0.2 and STS (Spring Tool Suite) 4 by following this procedure.

Java settings

--Download the openjdk-12.0.2 zip file from the jdk official site. --Unzip the downloaded zip to C drive and check that it is extracted as C: \ jdk-12.0.2. --Enter Environment in the search bar of windows and open Edit Environment Variables. 環境変数設定起動

--Click Path on System Environment Variables and press the Edit button. --Press the New button and enter the path C: \ jdk-12.0.2 \ bin. image.png

--Click the ʻOKbutton in the aboveEdit environment variable name dialog, and also press the ʻOK button in the Environment Variable dialog to finish setting the environment variables. --Enter the following command at the command prompt and press the enter key.

  java -version

--If the following output is displayed, it is successful.

openjdk version "12.0.2" 2019-07-16
OpenJDK Runtime Environment (build 12.0.2+10) 
OpenJDK 64-Bit Server VM (build 12.0.2+10, mixed mode, sharing)

Install Spring Tools 4 (STS4 for short)

--Download Spring Tools 4 for Eclipse from Spring Official Site. --Move the downloaded jar file directly under the C drive. --Enter the following command at the command prompt and press the enter key. (The version may differ depending on the download timing. In that case, edit the following command according to the downloaded file name.)

  java -jar C://spring-tool-suite-4-4.7.0.RELEASE-e4.16.0-win32.win32.x86_64.self-extracting.jar

--It will be installed in the user's root folder. C: \ Users \ your username \ sts-4.7.0.RELEASE

Recommended Posts

JAVA + STS (Spring Tool Suite) environment construction procedure
[Environment construction] Spring Tool Suite4 installation (Mac)
[Java] Environment construction
Java environment construction
[Spring] Environment construction
Cancel STS (Spring Tool Suite) Japanese localization
Spring Boot + Docker Java development environment construction
Put Java 11 and spring tool suite on mac
java development environment construction
LINE Bot x Java (Spring Boot) construction procedure
[Java] Environment construction procedure for developing struts 1.3 with Eclipse
Java + Spring development environment construction with VirtualBox + Ubuntu (Xfce4)
Spring Tool Suite 4 installation manual
JavaFX environment construction in Java 13
AtCoder Challenge Environment Construction (Java 8)
Docker × Spring Boot environment construction
◆ Spring Boot + gradle environment construction memo
Java Spring environment in vs Code
[Unity] Android development environment construction procedure
Rails on Docker environment construction procedure
CentOS8 + Anaconda 4.9.2 + jupyterhub environment construction procedure
[Java & SpringBoot] Environment Construction for Mac
Java runtime environment construction method (Tomcat @ Linux)
CentOS8 + Anaconda + Django development environment construction procedure
[Processing x Java] Construction of development environment
Spring Boot environment construction memo on mac
Java development environment construction memo on Mac
Play Framework 2.6 (Java) environment construction in Eclipse
Spring Java
Try Spring Boot 1 (Environment construction ~ Tomcat startup)
Change the half-width space of STS (Spring Tool Suite) from "u" to "・"
Minimal Java environment construction and Hello World
Spring Boot environment construction with Docker (January 2021 version)
Environment construction procedure for using PowerMock with JUnit
Road to Java Engineer Part1 Introduction & Environment Construction
[Notepad ++] C language / Java compilation & execution environment construction
[JQuery] Implementation procedure of AutoComplete function [Java / Spring]
[Beginner] Install java development tool in cloud9 development environment.
Wordpress local environment construction & development procedure with Docker
Java development environment construction (Mac + Pleiades All in One Eclipse 4.7 + Spring Boot + Gradle (Buildship))
Java development environment
Docker environment construction
[Java] Spring DI ③
[LeJOS] Let's program mindstorm-EV3 in Java [Environment construction part 2]
Java development environment construction on Mac-JDK Install (2020 preservation version)
[Mac] VS Code development environment construction (Java, Gradle, Node.js)
[Environment construction] Build a Java development environment with VS Code!
Beginners create Spring Tools Suite environment with VS Code
Database environment construction with Docker in Spring boot (IntellJ)
Spring Tool Suite installation and Japanese localization for Windows
Actions to be taken when STS (Spring Tool Suite) does not start on MacOS Error details No java virtual machine is not ....