1

I want to install java through command prompt command lines. Will it could be possible?

  • your operating system..? – anoopknr Jul 01 '18 at 09:00
  • Windows 7, Windows Server 2012 R2 – I_AM_Helpful_1 Jul 01 '18 at 09:01
  • 1
    Related: https://stackoverflow.com/questions/28043588/installing-jdk-8-and-jre-8-silently-on-a-windows-machine-through-command-line – David Conrad Jul 01 '18 at 09:05
  • Well it is different for each java version I believe, but as I said in my answer, there is documentation about it on Oracle's website, [here](https://www.java.com/en/download/help/silent_install.xml) – Dan Jul 01 '18 at 09:06
  • Thanks dan, your answer looks easier to implement – I_AM_Helpful_1 Jul 01 '18 at 09:10
  • No worries. I'm glad I could help. When you get time to try it, if it does solve your problem, I would be grateful if you hit that tick :) Assuming it is right and no one gives you a better answer that is – Dan Jul 01 '18 at 18:56

1 Answers1

1

There is a page on their website, here, that explains how to do what you are after.

enter image description here

Dan
  • 7,286
  • 6
  • 49
  • 114