Home > Article > Operation and Maintenance > The difference between centos and suse installing jdk
The difference is as follows:
When centos installs jdk, the information is written in the .bash_profile file under that user.
Then execute the following command to make the configuration file take effect.
source .bash_profile
(Recommended tutorial: centos tutorial)
When suse installs jdk, the information is written in the .profile file under that user.
Then execute the following command to make the configuration file take effect.
source .profile
Related video tutorial recommendations: linux video tutorial
The above is the detailed content of The difference between centos and suse installing jdk. For more information, please follow other related articles on the PHP Chinese website!