deployment.properties for multiple versions of java
Enterprise wide deployment, still need Java release 6 and 7.
Have a deployment file to control security changes for 7.
Is it possible to deploy both with different "deployment.properties" files?
Deploying applications through SCCM.
Any help would be appreciated.
Example of .properties file. Note teh deployment version..
deployment.expiration.decision=NEVER deployment.expiration.decision.suppression=TRUE deployment.version=7.0 deployment.security.level=MEDIUM deployment.security.mixcode=ENABLE deployment.insecure.jres=ALWAYS deployment.javaws.autodownload=NEVER
Answers (2)
I don't think it is possible to have different deployment.properties for a JRE 1.6 and 1.7 since they will be using the same file in the same location. There is only 1 Java in Control Panel as well which you can see what JRE are available and loaded in the machine and some tabs for controls which are actually can be controlled as well by the deployment.properties.
If there is a way, I have no idea for the moment.
User level - <User Application Data Folder>\Sun\Java\Deployment\deployment.properties
System level - <Windows Directory>\Sun\Java\Deployment\deployment.config