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

Which of the programs can be created using the zac publish wizard tool? : BEA Weblogic

1124


Explain load blancing alogarthims in cluster??

936


What is the difference between development mode and production mode of weblogic server?

1067


How can I avoid resourceexceptions when sending more requests for database connections from the pool than are currently available? : BEA Weblogic

958


What is error ora-6502? : BEA Weblogic

934


How are the notifications generated when a server is added to a cluster?

1051


How do I use a startup class to initialize and later reference jms objects? : BEA Weblogic

946


What are the steps required to modify config.xml file of web logic server?

877


What are managed servers?

1037


If a java process keeps going down due to an out of memory error, what all java options would you start with that would tell you what was in memory at the time of the out of memory error?

1035


What are the States of the Weblogic Server ?

1029


What is Weblogic ? (Weblogic Interview Questions)

1047


What is meant by jdbc and configuration details?

1062


What is meant by gc and explain it?

1067


How do I issue the close() method within an onmessage() method call and what are the semantics of the close() method? : BEA Weblogic

945