1

As Java is not installed by defaults on Lion and Mountain Lion systems (OS X 10.7, 10.8) I would like to deploy it to all machines on our network. I understand that I can simply download the .pkg and remote install it through Apple Remote Desktop. However, I am wondering if there is a way to send a remote command through Apple Remote Desktop to do a silent, unattended install.

Are there options for the 'java' command to do this? I know that if I am on a client machine and I type 'java' at the command line it will invoke an on demand installation, but it requires user action to click the "OK" button.

Thank you.

sardean
  • 833
  • 3
  • 15
  • 34

1 Answers1

-1

we can install java with brew cask.

brew install caskroom/cask/brew-cask
brew casek install java