Installation of JAVA JDK JRE

How to install java JDK in a system?

Choose an operating system for the installation of the Java JDK first, such as Windows. Linux, Mac, Solaris, Microsoft Windows, etc.

Then search in your browser i.e. download JDK. Here the website of Oracle.com is indexed so using this site simply go to the download for your respective operating system.

Now download the latest version of JDK from Oracle.com for your respective operating system.

Another thing to keep in mind is to first determine whether your computer is 32-bit or 64-bit before downloading the JDK.

When you click the installation link, a popup window will appear. Accepting the Oracle Java SE License Agreement, click Download.

To begin the installations, you must run the.exe file you downloaded after finishing the JDK download. and then click next to begin the installation.

Then choose the PATH where you want to install it. And then click on next.

And then after installation click on Close.

After that installation, to run the java program you need to set the environment variables PATH and CLASSPATH.  PATH and CLASSPATH both go under the environment variable. Where the system can find the .exe files it is defined by PATH and to specify the location of .class files CLASSPATH is required.

So PATH is a system variable that is used to locate executable files. PATH Variable can be set using System Utility in the control panel.

How to set the PATH variable in Windows 10 and Windows 8?

Step 1: In search, search for Environment Variable,

Step 2: Find the PATH environment variable and then select it, Here click Edit, and if the PATH environment variable does not exist then click on new.

Step 3: In the Edit System Variable window, specify the value of the PATH environment variable. Then click OK.

Verification setup

Once the aforementioned steps have been completed, check the Java version at the command prompt to see if everything is functioning as it should.

You must first open the command prompt before typing “java -version” and pressing the Enter key to check the Java version.

Here is the version of java is shown then the installations are completed successfully.

Installation of IDE

An integrated development environment, or IDE, is a piece of software that offers fundamental tools for creating applications, such as an editor, compiler, and debugger. It is a piece of software that makes it simple and efficient to write and debug Java programmes.

Most IDEs have features like syntax highlighting and code auto-completion that make it easier for programmers to write code. Compilers, code editors, interpreters, and debuggers are frequently included in IDEs. Additionally, Java IDEs feature language-specific components like TestNG and JUnit Testing as well as build tools like Ant and Maven.

There are many different IDEs for Java, including IntelliJ IDEA, Eclipse, NetBeans, MyEclipse, Greenfoot, DrJava, Xcode, BlueJ, JDeveloper, and JCreator. For its Java Integrated Development Environment, IntelliJ IDEA is renowned. One of the best benefits of using IntelliJ IDEA is its user-friendly user interface, which is one of the requirements for application development and testing (UI).

For more read with us Oraltadalafil

Leave a Comment

%d bloggers like this: