I'm developing a Java applet and I'd like to debug it using eclipse, while it's running in a browser.
Debugging an applet in a browser requires passing special command line parameters to the java plugin (as explained here). In the past, I specified these parameters using the Java preferences pane in my Mac's System Preferences. Since a recent software update removed this preferences pane from OSX, however, it's no longer possible to use it to pass command line arguments to the JVM. Does anyone know how I can pass start up parameters to Java, without using the preferences pane?
EDIT
I tried reinstalling the Java Preferences pane, as suggested by @marctrem. The reinstalled version doesn't seem to work properly. It allows me to enter options, but they don't have any effect. Also they aren't saved; when I reopen the pane any previously entered settings are gone.