How to update JAVA SDK using command line

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 PIP for python updates?

+4
source share
2 answers

Not really. But you can install Java on one computer, and then the ZIP folder in which the files were installed. To install on all other computers, simply unzip the archive, set JAVA_HOMEand change the variable PATH.

If this is too difficult to do manually, you can try creating your own installer.

Please note that this may violate the EULA; if you do this for the company, have a legal audit.

+5

Oracle JDK, -, .

OpenJDK wget . ( ) , regedit, Windows.

+2

All Articles