I need to generate a customized version of Firefox, and it will need to have the java plugin pre-enabled. I would like to embed the installation of JRE with my firefox package customized in a subdirectory. For example:
$Firefox_path/browser/
$Firefox_path/defaults/
$Firefox_path/distribution/
$Firefox_path/my_JRE/
...
However, the Java Plugin search the JRE installed in the Windows registry. (HKLM\Software\MozillaPlugins\@java.com/JavaPlugin,version=xx.xx.xx)
It is possible to force the java plugin use my JRE distributed with custom Firefox?
$Firefox_path/my_JRE/
Tks for your attention! o/