views:

22

answers:

1

I'm trying to add some runtime parameters to the Java Plug-In so that I can debug an applet in my browser. I go to the Java ControlPanel, click the Java tab, and click "View..." and add the runtime parameters. After I click OK and close everything, it doesn't work. So I go back to the Java Control Panel, and the changes I just made are gone!

Has anyone else seen this? What's going on? Is this broken?

A: 

On Vista with UAC enabled?

  • Find the "Command Prompt" in the Start menu.
  • Right click on it.
  • Select "Run as administrator"
  • Click "Continue"
  • Run C:\Program Files\Java\jre6\bin\javacpl.exe (adjust to wherever you have Java installed)
  • Make your changes.
Tom Hawtin - tackline
Sorry, I should've given more information. I'm on Windows 7, UAC is turned off completely.I found that fix you posted but unfortunately it made no difference.
Joe Attardi