Deployment.config file syntax
Does anyone know the correct syntax for the deployment.config file? The documentation from Oracle is incorrect and there are many incorrect responses elsewhere on the internet.
this is what I have
deployment.system.config=file:///C:/Windows/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=true
and it does not work.
this is what I have
deployment.system.config=file:///C:/Windows/Sun/Java/Deployment/deployment.properties
deployment.system.config.mandatory=true
and it does not work.
2 Comments
[ + ] Show comments
Answers (1)
Answer Summary:
Please log in to answer
Posted by:
dunnpy
10 years ago
deployment.system.config=file\:C\:/Windows/Sun/Java/Deployment/deployment.properties - anonymous_9363 10 years ago