📘 Premium Read: Access my best content on Medium member-only articles — deep dives into Java, Spring Boot, Microservices, backend architecture, interview preparation, career advice, and industry-standard best practices.
✅ Some premium posts are free to read — no account needed. Follow me on Medium to stay updated and support my writing.
🎓 Top 10 Udemy Courses (Huge Discount): Explore My Udemy Courses — Learn through real-time, project-based development.
▶️ Subscribe to My YouTube Channel (172K+ subscribers): Java Guides on YouTube
Video Tutorial
Below video tutorial explained how to set the JAVA_HOME environment variable (system variables) and Java Path on Windows 10 operating system:Quick Steps
- Search for Advanced System Settings in your Windows Search box. Click on Advanced System Settings.
- Click on Environment variables button: Environment Variables popup will open.
- Goto system variables section, and click on the New button to create a new variable then New System Variables popup will open.
- Give Variable Name: JAVA_HOME, and Variable value: Your Java SDK home path. Ex: C:\Program Files\java\jdk1.8.0_151. Note: It should not include \bin. Then click on the OK button.
- Now you are able to see your JAVA_HOME in system variables list.
- Select Path (from system variables list) and click on the Edit button, A new pop will opens (Edit Environment Variables). It was introduced in Windows 10.
- Click on the New button and give %JAVA_HOME%\bin at the highlighted field and click Ok button.
c:\users/ramesh> java -versionThese steps were implemented in the above video tutorial so watch the video tutorial to complete this tutorial.
Comments
Post a Comment
Leave Comment