Golgappa.net | Golgappa.org | BagIndia.net | BodyIndia.Com | CabIndia.net | CarsBikes.net | CarsBikes.org | CashIndia.net | ConsumerIndia.net | CookingIndia.net | DataIndia.net | DealIndia.net | EmailIndia.net | FirstTablet.com | FirstTourist.com | ForsaleIndia.net | IndiaBody.Com | IndiaCab.net | IndiaCash.net | IndiaModel.net | KidForum.net | OfficeIndia.net | PaysIndia.com | RestaurantIndia.net | RestaurantsIndia.net | SaleForum.net | SellForum.net | SoldIndia.com | StarIndia.net | TomatoCab.com | TomatoCabs.com | TownIndia.com
Interested to Buy Any Domain ? << Click Here >> for more details...

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

How do I learn what codesets are available in oracle? : BEA Weblogic

981


What are tuning jvm parameters?

1138


How do stubs work in a weblogic server cluster? : BEA Weblogic

1059


What is the purpose of the serializedsystemini.dat file?

1114


Explain the difference between txdatasource and datasource?

950


Why the node manager is required?

1120


Match the ejb functions given below with the functionality equivalent in sql? : BEA Weblogic

942


What is the easiest way to set the classpath ?

1091


Why do I get an exception when trying to find a connection factory? : BEA Weblogic

1059


How can the nm be made to work with web logic? Explain?

1011


When can high usage of CPU occur?

1098


List components of jndi?

1035


What is the managed server?

1128


Explain different parts available as part of jvm and describe them in few lines.

1063


In web logic how are new threads assigned?

1113