Skip to Main Content

Java SE (Java Platform, Standard Edition)

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

OS X deployment.config and deployment.properties not working?

jhleOct 21 2013

I have a deployment.config file at: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deploy/deployment.config with the following contents:

deployment.system.config.mandatory=false

deployment.system.config=file\:/Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deployment.properties

The deployment.properties file is located at: /Library/Internet Plug-Ins/JavaAppletPlugin.plugin/Contents/Home/lib/deployment.properties with the following contents:

#deployment.properties

deployment.macosx.check.update.locked

deployment.macosx.check.update=false

deployment.expiration.check.enabled.locked

deployment.expiration.check.enabled=false

None of this is working. Do I have the wrong directories or syntax somewhere?

The documentation at : System- and User-Level Properties says that the deployment.config file will override user settings when placed at ${deployment.java.home}/lib/deploy/deployment.config.


It seems like the deployment.config file is being ignored completely. I am working with Java 7u40 and higher. Nothing seems to do it.


Any help would be appreciated!! Thanks!

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 18 2013
Added on Oct 21 2013
0 comments
1,132 views