JAVA 1.6 update 31 - deployment.config and deployment.properties
Hi together,
i'm trying to configure the Setting for Mixcode Settings by use of the deployment.properties file and can't get it to work.
I've tried two ways:
1st attempt:
deployment.config placed in directory C:\Program Files\Java\jre6\lib with the content:
deployment.system.config=file\:C\:/WINDOWS/Sun/Java/Deployment/deployment.properties deployment.system.config.mandatory=false
deployment.properties placed in directory C:\WINDOWS\Sun\Java\Deployment with the content:
deployment.security.mixcode=DISABLE
2nd attempt:
Both files from 1st attempt with the identical content placed in the same folder C:\WINDOWS\Sun\Java\Deployment.
Result:
Both attempts end without any visible result. The settings for Mixcode handling ist still active.
Does anyone has any ideas what i'm doing wrong?
Best regards
Rohabu
Answers (2)
check if there are any deployment.properties files left in the user profiles? There really was a deployment.properties in C:\Documents and Settings\Username\Application Data\Sun\Java\Deployment and in this file the Option was set to deployment.security.mixcode=HIDE_RUN After deleting the file and opening the Java Control Panel Applet again the file was rebuilt but without the wrong setting.
There really was a deployment.properties in C:\Documents and Settings\Username\Application Data\Sun\Java\Deployment and in this file the Option was set to
deployment.security.mixcode=HIDE_RUN
After deleting the file and opening the Java Control Panel Applet again the file was rebuilt but without the wrong setting.
Thank you very much! I haven't looked for that...mostly because i've thought that a system level properties file will overwrite the settings of a user level properties file.