What is the use of installing java in linux server.
I have seen initialising java paths in .bashrc and using them in different scripts. What does this all mean.please help.
Dont have much knowledge of this, what I know is we have a Gun/linux server and java installed on it and I can see in .bashrc its initialisation. So what is this all for. What is the use of java here? Seems m nt[this word is unclear] explaining properly but would appreciate whatever info you can provide on this.
.bashrcto your questionjavais used to runjavaprograms. Maybe the server has some of its programs written injava. This is not uncommon.