Build a custom Firefox distribution including a JRE installation.and Java Plugin

111 Views Asked by At

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/

0

There are 0 best solutions below