How to unistall java older version and install java new version in the same time kindly help
Question
How to unistall java older version and install java new version in the same time kindly help
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
How to unistall java older version and install java new version in the same time kindly help
Answers ( 3 )
I dont have Script in handy, but if you google it you can get many articles on removing specific version or completely uninstall all Java Versions.
Procedure is simple Create a package or application with two programs (Deployment types in case of application).First program will uninstall the Java Version and second one will install the latest versions.
Also make sure the switches you use while uninstallation and installation according to your requirement.
Hello Ankit Thanks for your reply can you help me with first point do you have such script and provide me procedure how to do it
This can be achieved in different ways.
. First find out the old versions of Java in your environment.
1. Either create a script (Powershell or vbs) which will list down uninstallation of old version of Java if found any on a machine and then install the latest version in a single script.
2. Create individual application for each old version of Java in your environment , create the application for installation of latest version of Java and in the supersedence rule mention the applications for old version of Java.