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

Is it possible to set aside a message and acknowledge it later? : BEA Weblogic

592


What are the recommend parameters to improve the prformance from data-source point of view.

658


What are the functions of t3 in the web logic server?

585


How many WebLogic servers can be held inside a multi-processor machine?

842


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

616






Explain what are the ways to avoid resourceexceptions when sending requests for databaseconnections?

582


What are data-sources and what features do they offer? What are the recommend parameters to improve the prformance from data-source point of view.

639


What is wlst?

655


What is mulicast in weblogic?

727


I am using a weblogic multitier driver in an applet as an interface to a dbms. If I run the class using the sun appletviewer on my local machine, I have no problems. But when I try to run the applet in a netscape browser, it will not connect 83 the two primary cluster services provided by weblogic server are? : BEA Weblogic

582


What is the msi mode in weblogic? How can you enable and disable this option?

874


An instance of stateful session ejb when accessed simultaneously from more than one clients on same vm results in remoteexception or ejbexception. In case the client is a servlet thread, which of the techniques can be used to avoid remoteexception/ejbexception? : BEA Weblogic

650


How do I limit the number of oracle database connections generated by weblogic server? : BEA Weblogic

595


How do I publish an xml message? : BEA Weblogic

690


What are the ways in which weblogic servers can run on multiple machines?

621