Link to home
Start Free TrialLog in
Avatar of Chuck_Butterbrodt
Chuck_Butterbrodt

asked on

Where do i place the deployment.config file for windows x64 and Java 7u71 32bit

I am attempting to implement the deployment.config and deployment.properties files for our Java implementation We use Windows x64, but Chrome 32bit. I do not want the system to check for new releases of Java during testing so. I have created the deployment.properties files. Now, on Windows x86 I have found the location to place the two files so they are implemented. But, I have not found the location on Windows x64. I thought it would be C:\Program Files (x86)\Java\jre7\lib, but when I then check the C:\Users\{users}\AppData\LocalLow\Sun\Java\Deployment folder the deployment.propeties files do not match.
Avatar of Gabriel Clifton
Gabriel Clifton
Flag of United States of America image

I place my file here C:\ProgramData\Oracle\Java\ which appears to work so far.
Avatar of Chuck_Butterbrodt
Chuck_Butterbrodt

ASKER

Does the deployment.propeties then appear in the C:\Users\{users}\AppData\LocalLow\Sun\Java\Deployment folder?
It will appear there. That placement would make it a computer wide setting rather than user setting.
When I compare the two  deployment.properties files they do not match. Should they?
Do you place both the deployment.config and the deployment.properties files in the C:\ProgramData\Oracle\Java\ directory?
ASKER CERTIFIED SOLUTION
Avatar of Gabriel Clifton
Gabriel Clifton
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
I was thrown by the different files in the user directory. Thank you.
No problem.