If your client asks toupgrade the jdk version. How can you do this and after then what are the post changes needed

Answer Posted / hari krishna.y

First select the JDK version that what u need to update:
-------------------------------------------------------
1.First check the current version.
2.Then keep the update jdk version software in the required location on u r system.
3.Suppose /home/oracle/jdk1.6.0_35
4.In terminal type the above command /home/oracle/jdk1.6.0_35
5.The new jdk version is installed.
6.Then link the old jdk to new jdk to following the below code
--> ln -ld jdk*
--> ln -s jdk1.6.0_35 jdk
--> ln -ld jdk*
7.The new jdk version is updated.
8.change the path of the old jdk to new jdk in DOMAIN_HOME/bin/.setDomainEnv.sh
9.There u can find the code like SUN_JAVA_HOME=path of the older version update the new path of the jdk
9.then write and quit(:wq!)
10.To conform type java -version or check with the managed server logs.

Is This Answer Correct ?    3 Yes 0 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

What is the administration server?

550


Tell me what are the steps involved in configuring the jms?

524


How can I set deployment order for applications?

580


Explain briefly what is the nm?

553


What is the function of managedconnection.addconnectioneventlistener() in web logic server?

526






How do I use jta transactions within an mdb? : BEA Weblogic

545


When deploying a resource adapter (.rar) to weblogic server, are its classes placed in the weblogic classpath? : BEA Weblogic

529


How Administration Server And Managed Servers Will Interact ?

539


How do I programmatically get a list of queues or topics? : BEA Weblogic

525


What is the difference between txdatasource and datasource?

537


What is meant by full gc and explain it?

537


What is meant by jdbc and configuration details?

540


How to configure a DB connection pool ?

572


Why ca not I boot weblogic server when using the ldap security realm? : BEA Weblogic

531


Explain what are the ways in which the dns request of failed servers handled?

473