How can I test Java Applet application in the Firefox with different Java Plugins versions?
For instance, with Java 6 and Java 7?
Is there a way to guide Firefox to the correct java.plugin.dll?
Haven’t found any Firefox command-line options with regard to NPAPI so far.
Finally, I managed to do this.
Steps to make your computer use another JRE/JDK:
regedit.HKEY_LOCAL_MACHINE\SOFTWARE\MozillaPlugins\@java.com/JavaPlugin,version=XXXsubtree.Pathvalue to the place, where your plugin dll is. E.g.:c:\java\jdk1.6.0_37\jre\bin\plugin2\npjp2.dll.Versionvalue E.g.:1.6.0_37.%PATH%environment variable.