
- Trending Categories
Data Structure
Networking
RDBMS
Operating System
Java
iOS
HTML
CSS
Android
Python
C Programming
C++
C#
MongoDB
MySQL
Javascript
PHP
- 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 JAVA_HOME for Java in Linux?
Assuming you have installed Java in \usr\local\java\jdk directory −
if you use bash as your shell, then you would add the following line to the end of your '.bashrc: export JAVA_HOME=\usr\local\java\jdk'
- Related Questions & Answers
- How to set JAVA_HOME for Java in Windows?
- How to set JAVA_HOME for Java in Mac OS?
- How to set JAVA_HOME environment variables on Windows OS in Java?
- How to set Java Path in Linux OS?
- How to set a proxy for wget on Linux?
- What is JAVA_HOME variable in Java Environment?
- How to set style for JTextPane in Java?
- How to set FlowLayout for JFrame in Java?
- How to set your python path on Linux?
- How to Change or Set System Locales in Linux
- How to set the environmental variable LD_LIBRARY_PATH in Linux?
- How to set tooltip text for JCheckBox in Java?
- How to set default button for JFrame in Java?
- How to set JCheckBoxMenuItem for a MenuItem in Java?
- How to set Echo Char for JPasswordField in Java?
Advertisements