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

1. What is Java?

--Java is a type of programming language, and object-oriented programming has been introduced as a major paradigm. --The Java language was developed with the aim of solving the portability problems of conventional software and realizing an ideal cross-platform program that does not depend on a specific environment.

2. Java preparation

The preparation required to learn Java is

--Java environment → JDK (Java SE Development Kit), system environment variables, command prompt, etc. --Editor → Notepad, TextEdit, Sakura Editor, Atom, etc.

After preparing the above, write Java code in the editor, compile it at the command prompt, and develop it.

3. How to create Java environment

01.png

  1. Go to ʻOracle`'s Java SE Development Kit 14 Downloads (https://www.oracle.com/java/technologies/javase-jdk14-downloads.html). 02.png 03.png
  2. Download jdk-14.0.1_windows-x64_bin.exe. 04.png
  3. Launch the downloaded jdk-14.0.1_windows-x64_bin.exe. 05.png
  4. Click Next. 06.png
  5. Click Next. 07.png
  6. Click Close after the installation is complete. 08.png
  7. Click the Windows icon and click Settings. 09.png
  8. In the search box, type system environment variable and click Edit system environment variable. 10.png
  9. Click Environment Variables. 11.png
  10. Click New in thesystem environment variable. 12.png
  11. Enter JAVA_HOME in variable name. 13.png
  12. Check if C: \ Program Files \ Java \ jdk-14.0.1 exists. 14.png
  13. Enter C: \ Program Files \ Java \ jdk-14.0.1 as the variable value. 15.png
  14. Confirm that JAVA_HOME has been created. 16.png
  15. Select the Path of thesystem environment variableand click Edit. 17.png
  16. Click New in Edit Environment Variable Name. 18.png
  17. Enter % JAVA_HOME% \ bin. 19.png
  18. Confirm the creation of % JAVA_HOME% \ bin and click ʻOK`. 20.png
  19. Click ʻOK`. 21.png
  20. Click ʻOK`. 22.png 23.png
  21. Type cmd in the search box to launch Command Prompt. 24.png
  22. Type javac -version and if javac 14.0.1 is displayed, it is successful.

4. Related

-[Latest] How to build Java environment on Ubuntu

Recommended Posts

[Even beginners can do it! ] How to create Java environment on Windows 10 (JDK14.0.1)
[Even beginners can do it! ] How to install Eclipse on Windows 10 (Java environment construction)
[Even beginners can do it! ] How to write Javadoc
[Java] How to update Java on Windows
JSP + Eclipse + Jetty development environment construction that even Java beginners can do
Building an SAP system connection environment using JCo to a PC that even Java beginners can do
How to create a Java environment in just 3 seconds
How to install JDK 8 on Windows without using the installer
How to create an environment that uses Docker (WSL2) and Vagrant (VirtualBox) together on Windows
How to install ImageMagick on Windows 10
[Java] How to create a folder
Can you do it? Java EE
How to automatically operate a screen created in Java on Windows
How to check Java installed on Mac
How to build a Ruby on Rails environment using Docker (for Docker beginners)
How to do base conversion in Java
How to switch Java versions on Mac
Volume of trying to create a Java Web application on Windows Server 2016
How to concatenate strings separated by commas using StringJoiner even in java7 environment
Try to build Java8 environment on Amazon Linux2
[Windows] [IntelliJ] [Java] [Tomcat] Create a Tomcat9 environment with IntelliJ
[Java] How to switch from open jdk to oracle jdk
Rails6.0 ~ How to create an eco-friendly development environment
How to build a Pytorch environment on Ubuntu
[Java] Memo on how to write the source
Notes on how to create Burp Suite extensions
You can do it right away with Serverless Framework Serverless on AWS (API + Lambda [java] is easy to set up)
How to create a header or footer once and use it on another page
Eh !? Run Linux on Windows? I can do it! !! (I set WSL2 and put Ubuntu)
Create a Java development environment using jenv on Mac
I want to use NetBeans on Mac → I can use it!
How to use java non-standard library on IntelliJ IDEA
[For beginners] How to operate Stream API after Java 8
[Spring Boot] How to create a project (for beginners)
How to create a data URI (base64) in Java
As of April 2018 How to get Java 8 on Mac
How to change from Oracle Java 8 to Adopt Open JDK 9
[Java] How to execute tasks on a regular basis
How to start TOMCAT by specifying JAVA_HOME on Windows
Java SE Development Kit (JDK) setup procedure on Windows
How to build Java development environment with VS Code
How to run Java EE Tutial on github on Eclipse
(Ruby on Rails6) How to create models and tables
Beginners use ubuntu in windows to prepare rails environment
Notes on how to use regular expressions in Java
Java beginners who used Ruby stumbled on learning Spring, what they did to solve it
[Java] I tried to make a rock-paper-scissors game that beginners can run on the console.
How to reduce the load on the program even a little when combining characters with JAVA
How to create docker-compose
I tried to create a java8 development environment with Chocolatey
Java conditional branching: How to create and study switch statements
How to create a lightweight container image for Java apps
How to create an application server on an EC2 instance on AWS
How to deploy a simple Java Servlet app on Heroku
Use Java Web Start in an OpenJDK environment on Windows
What happened in "Java 8 to Java 11" and how to build an environment
How to deploy a kotlin (java) app on AWS fargate
I tried to create React.js × TypeScript × Material-UI on docker environment
How to dynamically switch JDK when building Java in Gradle
How to install java9 on elementaryOS Freya or Ubuntu 14.04 LTS
How to switch Java in the OpenJDK era on Mac