JDK configuration on Windows system PDF

Title JDK configuration on Windows system
Course Programming for Intelligent Web Services and Applications
Institution University of Tasmania
Pages 4
File Size 401.2 KB
File Type PDF
Total Downloads 71
Total Views 138

Summary

KIT405 Tutorial JDK on Windows...


Description

JDK Configuration on Windows system 1. Download JDK https://www.oracle.com/java/technologies/javase-jdk8-downloads.html according to your system version. You can download Java SE Development Kit 8u281.

2. Install everything of the downloaded JDK to the default path.

3. Search “Advanced system settings” in the Start, and click the button of “Environment Variables” in the popped window.

4. Click “New” to add a new system variable. Type “JAVA_HOME” for the variable name, and “C:\Program Files\Java\jdk1.8.0_281” for the value. Click “OK” to finish.

5. Similar as the step 4, add another system variable by clicking “New” button. Type “CLASSPATH” for the variable name, and “.;%JAVA_HOME%\lib\dt.jar;%JAVA_HOME%\lib;”.

6. Find “Path” or “PATH” in the system variables, and click “Edit”. Then click “New” in the popped window, and input “%JAVA_HOME%\bin”. Click “Ok” to finalize the configuration.

7. Open a Command Prompt, input “wsimport” to verify if the configuration is successful....


Similar Free PDFs