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



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

Answer / 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

More Weblogic Interview Questions

How to create a connection pool ?

2 Answers   TCS,


Do you know how are multi-byte characters used with weblogic jdriver?

0 Answers  


What type of object is returned by resultset.getobject()?

0 Answers  


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

0 Answers  


where the transaction logs will be stored

1 Answers  


What is the function of t3 in weblogic server? : BEA Weblogic

0 Answers  


The home of a product cmp entity bean has a finder method, which returns an enumeration of all the products whose price falls below a certain value, which is passed as the method argument. If there are no products in the database to match the above criteria what will be the result of a call to this finder method? : BEA Weblogic

0 Answers  


Define managed servers?

0 Answers  


How does a server find out server unavailability?

0 Answers  


Can you explain what are the ways in which the dns request of failed servers handled?

0 Answers  


Explain the performance tuning in jvm, jdbc, jms?

0 Answers  


How do I call oracle stored procedures that take no parameters? : BEA Weblogic

0 Answers  


Categories