
Server JRE (Server Java Runtime Environment) for deploying Java applications on servers. Includes tools for JVM monitoring and tools commonly required for server applications, but does not include browser integration (the Java plug-in), auto-update, nor an installer.
This is just a metapackage for the latest Server JRE (currently Server JRE 8). Have a look at the server-jre8 package for more details.
The following package parameters can be set:
/InstallationPath - Install to a different destination folder. Default: C:\tools\Java\server-jre/Force - Force setting JAVA_HOME to the new version even if the variable was already set/Machine - Set JAVA_HOME and PATH on 'Machine' level, instead of 'User' levelThese parameters can be passed to the installer with the use of --packageParameters but since these parameters
don't directly affect the virtual package, we need to add --paramsglobal to pass them to the target/dependent server-jre8.
For example: choco install server-jre --paramsglobal --packageParameters '"/InstallationPath:C:\tools\Java /Force /Machine"'.