Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to update JAVA SDK using command prompt

Tags:

java

sdk

java-7

enter image description here

I have JAVA SDK 1.7.0.170 installed on my windows 7, I need to upgrade to 1.7.0.250. Is there a command line option?

Any equivalent of PIP for python updates?

like image 377
Karthick Avatar asked Sep 30 '13 11:09

Karthick


1 Answers

Not really. But what you can do is to install Java on one computer and then ZIP the folder where the files were installed. To install on all the other computers, just unzip the archive, set JAVA_HOME and change the PATH variable.

If that's too much work to do manually, you can try to create a custom installer.

Note that this might violate the EULA; if you do this for a company, have legal check this.

like image 135
Aaron Digulla Avatar answered Nov 15 '22 12:11

Aaron Digulla