- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
Physics
Chemistry
Biology
Mathematics
English
Economics
Psychology
Social Studies
Fashion Studies
Legal Studies
- Selected Reading
- UPSC IAS Exams Notes
- Developer's Best Practices
- Questions and Answers
- Effective Resume Writing
- HR Interview Questions
- Computer Glossary
- Who is Who
How to set path in Java?
Setting Up the Path for Windows
Assuming you have installed Java in c:\Program Files\java\jdk directory −
Right-click on 'My Computer' and select 'Properties'.
Click the 'Environment variables' button under the 'Advanced' tab.
Now, alter the 'Path' variable so that it also contains the path to the Java executable. Example, if the path is currently set to 'C:\WINDOWS\SYSTEM32', then change your path to read 'C:\WINDOWS\SYSTEM32;c:\Program Files\java\jdk\bin'.
- Related Articles
- How to Set PATH and CLASSPATH in Java?
- How to set Java Path in Linux OS?
- How to set Java Path in Mac OS?
- How to Set Temporary Path of JDK in Windows?
- How to Set Permanent Path of JDK in Windows?
- How to set your python path on Linux?
- How to set your python path on Mac?
- How to set your python path on Windows?
- How to set the path side in IText using FabricJS?
- Fix Connectivity error in Java MySQL connection for connector to be set to class path?
- PHP – How to get or set the path of a domain?
- How to set the offset amount for text path in IText using FabricJS?
- How to set TitiledBorder Direction in Java?
- How to set file permissions in Java?
- Set the image path with CSS

Advertisements