deployment.config and deployment.properties
I have followed the instructions at http://docs.oracle.com/javase/7/docs/technotes/guides/jweb/properties.html in regards to setting up deployment.config and deployment.properties files and I can't manage to get them to work. I've put the deployment.config file in C:\Windows\Sun\Java\Deployment and pointed it at the deployment.properties file in the exact same folder. When I look at the java control panel though, none of my settings are being applied from the deployment.properties file. This is on Win7 enterprise x86. Any suggestions would be appreciated.
Answers (2)
Try this for your deployment.config file...
deployment.system.config=file:C\:\\Windows\\Sun\\Java\\Deployment\\deployment.properties
deployment.system.config.mandatory=false
If it's still not working, maybe there is an error in your .properties file. Can you post what's in there?
Comments:
-
I added comments above with the requested information. Any other suggestions would be appreciated. Thanks! - tewebb 11 years ago
deployment.expiration.check.enabled=false
deployment.javaws.autodownload=NEVER
deployment.javaws.shortcut=NEVER
I don't actually care about the shortcut, but that gives me an easy place to check if the settings have been applied, however when I open the java control panel the shortcut is set to "prompt user if hinted" which is the program default. - tewebb 11 years ago
That application no longer needs those. I was thinking I would delete those files but not sure it is would be a problem with install 8 u 25 - jfrasier 10 years ago