JDK-6655272 : can't set important Java properties for OOPlugin
  • Type: Bug
  • Component: deploy
  • Sub-Component: plugin
  • Affected Version: 6u10
  • Priority: P1
  • Status: Closed
  • Resolution: Duplicate
  • OS: windows
  • CPU: generic
  • Submitted: 2008-01-25
  • Updated: 2011-01-25
  • Resolved: 2008-01-28
Related Reports
Duplicate :  
Description
OS tested: WinXP Pro, WinXP Home
Browser - IE7
JRE - 6u10 b10

Java runtime parameters can't be set neither from deployment.properties no from java control panel.
(At least javaplugin.vm.options, java.ext.dirs, java.library.path)

Steps to reproduse:

1. Install jre1.6.0_10 b10
2. Open Java Control Panel and make sure, that new generation plugin is enabled.
3. In the Java Applet Runtime Settings add some java runtime parameters (for example -XX:PermSize=128m -XX:MaxPermSize=128m or -Djava.ext.dirs=c:/my_dir) 
4. Start IE7 browser.
5. Load some applet and open java console.
6. Press s to dump system and deployment properties.
7. Try to find your changes. You will not notice them.

8. Switch to an old plugin.
9. Restart browser.
10. Repeat 5. and 6.
11. You will notice your changes.

Comments
EVALUATION This has been fixed under 6629341 in build 11. Please re-open this bug if build 11 still does not appear to be working.
28-01-2008