-
Bug
-
Resolution: Fixed
-
P2
-
None
-
b14
-
Verified
Issue | Fix Version | Assignee | Priority | Status | Resolution | Resolved In Build |
---|---|---|---|---|---|---|
JDK-8001759 | 8 | Thomas Ng | P2 | Closed | Fixed | b63 |
JDK-8003751 | 7u40 | Thomas Ng | P2 | Closed | Fixed | b03 |
JDK-8002240 | 7u13 | Thomas Ng | P2 | Resolved | Fixed | b02 |
installer is calling us correctly, I used: "jre.exe WEB_JAVA=1 WEB_JAVA_SECURITY_LEVEL=VH".
I see in our log:
RegisterDeploy, version 10.10.2
ForceInstall InstallHint SET to 1
setSystemWebJavaEnabled: OK regkey does not exists
SecurityLevel InstallHint SET to 1
setSecurityLevel cmd: C:\Program Files\Java\jre7\bin\javaw.exe -cp ..\lib\deploy.jar com.sun.deploy.panel.ControlPanel -setSecurityLevel 1
setSecurityLevel - ExecCommandEx OK
Set WebJava system security Level OK
But system deployment.properties file is not created/updated.
I think I need to use full path and quotes when setting up commandline for javaw and path to deploy.jar.
I see in our log:
RegisterDeploy, version 10.10.2
ForceInstall InstallHint SET to 1
setSystemWebJavaEnabled: OK regkey does not exists
SecurityLevel InstallHint SET to 1
setSecurityLevel cmd: C:\Program Files\Java\jre7\bin\javaw.exe -cp ..\lib\deploy.jar com.sun.deploy.panel.ControlPanel -setSecurityLevel 1
setSecurityLevel - ExecCommandEx OK
Set WebJava system security Level OK
But system deployment.properties file is not created/updated.
I think I need to use full path and quotes when setting up commandline for javaw and path to deploy.jar.
- backported by
-
JDK-8002240 need to use quote and full path when calling into java control panel entry point to set security level
-
- Resolved
-
-
JDK-8001759 need to use quote and full path when calling into java control panel entry point to set security level
-
- Closed
-
-
JDK-8003751 need to use quote and full path when calling into java control panel entry point to set security level
-
- Closed
-