How to Download Java (JDK) for Windows
Java is a programming language that is quite popular today. Many large companies use this programming to handle the systems they are developing.
This programming language was first released in 1995,
created by James Gosling while still joining Sun Microsystems which is
currently part of Oracle.
The most prominent advantage of Java is that it can be run
on various computer operating systems. With this advantage you only need to
write a java program once and the results can be run on any operating system
without making any changes.
Apart from the fairly general functionality of Java, another
reason why you should install Java is that it is a popular and widely used
programming language.
The more popular the programming language you understand,
the more big companies will want to hire you to work for that company.
Besides that, technically Java is also sometimes a system
that you have to install before you install the main application to learn other
things such as Oracle PL/SQL, Oracle Report, Oracle Forms and others.
How to Download Java
To install Java, you just need to download the JDK which you
can get for free through the official website. Here is a tutorial that you can
follow to download the JDK.
- Do a search with the keyword 'JDK Latest Version' in google search
- Visit the download site from the official website www.oracle.com
- Then click 'JDK Download' to download the JDK
- Select the appropriate JDK for your operating system.
- Wait for the download process until the JDK Installer appears in your folder
How to Install Java
To carry out the Java installation process, make sure you
have downloaded the JDK first like the tutorial above. You can follow these
steps to perform the Java installation process.
- Click open on the JDK that you have installed, then click Next
- If you want to change the installation directory, you can change it on the 'Change' button, then click Next
- Wait until the installation process is complete.
- Click 'Close' to close the installation process
How to Setting Java Path on Windows
The next step after you have successfully performed the Java
installation process is to do the Setting Path on your computer. Here are the
steps you can follow to set the Java path on Windows.
- Find CMD in the search menu on your windows then 'Run as administrator'
- Write 'javac' or 'java' in the CMD. If the result is as below, then setting the Java path has not been done on your computer.
- Open the directory of the java that you have installed. If you didn't change the directory at the time of installing Java, it will be 'C:\Program Files\Java\jdk-14.0.1\bin'
- Search for 'Edit system Environment variables' in the menu search in Windows
- Click 'Environment Variables'
- Click 'Edit' in the System Variables section
- Then click New, and paste the path that you copied in step 3, then click 'OK'
- Click 'OK'.
- Write 'javac' in CMD, it will look like this if the path setting process is correct
- Write 'java' in CMD, it will look like this if the path setting process is correct
Now you have successfully installed the Java Development Kit
application on the Windows operating system. This is an article that explains
how to install the JDK on Windows along with its configuration. Hopefully this
article can provide you with insight and can be useful for you. With the help
of the JDK you can be creative in creating programs in the Java programming
language.
Because the JDK software has available a variety of library
programs that you can use for free and can help you develop Java programming.
Like making applications based on Android and so on.