Java Install and Path setting
Install java application:-
To install Java on your system, you can follow these general steps. Please note that the exact process may vary depending on your operating system and the version of Java you wish to install.
windows:-
1. Download Java: Visit the official Java website (https://www.oracle.com/java/technologies/javasejdk16-downloads.html) and download the Java Development Kit (JDK) installer for Windows.
2. Run the Installer: Once the download is complete, run the installer by double-clicking on the downloaded file.
3. Follow Installation Wizard: Follow the instructions provided by the installation wizard. You may need to accept the license agreement and choose the installation directory. Make sure to note the installation directory for future reference.
4. Set PATH (Optional): If you want to set the PATH environment variable to make Java accessible from the command line, you can follow the steps mentioned in the previous response.
5. Verify Installation: After installation, open a command prompt and type java -version to verify that Java is installed correctly.
Note:-
i want applet using version best java 8.0 old version click old version java archive and that page scroll down
system properties :-
downloading completed and application right click run as administrator to click installation follow steps
STEP:- 01
STEP:- 02
new windows options yes or no click----yes
STEP:- 03 ----click next
STEP:- 04 ----click next
STEP:- 05 ----wait 2 or 3 minutes
STEP:- 05 ----open new side of java application window click ok button
STEP:- 06 ----open another new of java application window open no setting changes and click next button
STEP:- 07 wait 2 or 3 minutes
STEP:- 08 ---installation completed close the button click next setup the path location for command prompt
Path setup for java application run to command prompt
STEP:- 01 ---installation completed to java to check the computer drive location
i no change the installation default setting
can search the java application folder in the "c-drive"(c:local disk) click open
STEP:- 02 --- open search the Program Files folder click open
STEP:- 03 --- open search the java folder click open
STEP:- 04 --- open first jdk 1.8.0_202 folder click open
STEP:- 05 --- search the bin folder click open
STEP:- 06 --- see the location path click and right click the copy option copied this is called path location address
(C:\Program Files\Java\jdk1.8.0_202\bin)
STEP:- 07 --- open computer properties click
STEP:- 08 --- click the advanced system settings click
STEP:- 09 --- click the environment variables
STEP:- 10 --- see that environment variables create "path" variable click new
STEP:- 11
--- variable name: path enter
--- variable value:--go to step 6 path location address copy and paste --- (C:\Program Files\Java\jdk1.8.0_202\bin)
and click ok ......
STEP:- 12 --- environment variable click ok
STEP:- 13 --- system variables ok
STEP:- 14 --- completed path setup and conform checking
open command prompt
1.click start button form windows
2.down side search box ---write a --- command prompt and click
STEP:- 15 --- follow command the default setting for java application
1.open command prompt
2.write the command ------- java -version and enter button
3. write the command the java compiler--- javac --- complete.
Comments
Post a Comment