http://bugs.winehq.org/show_bug.cgi?id=12503
Anastasius Focht focht@gmx.net changed:
What |Removed |Added ---------------------------------------------------------------------------- Status|UNCONFIRMED |RESOLVED URL| |http://www.filehippo.com/do | |wnload_jre_32/14872/ CC| |focht@gmx.net Resolution|--- |FIXED Summary|Java isn't work and failed |Firefox with Oracle/Sun JRE |the java test |6/7 Java plugin fails the | |verification website of | |Java
--- Comment #10 from Anastasius Focht focht@gmx.net --- Hello folks,
can't reproduce, works fine.
Prerequisite: you need 32-bit WINEPREFIX otherwise you run into bug 35084 (Firefox requires at least Windows XP SP2)
--- snip --- $ bash winetricks --no-isolate firefox
$ wine ./jre-6u45-windows-i586.exe
$ wine "c:\Program Files\Mozilla Firefox\firefox.exe" --- snip ---
Firefox will detect JRE installation on first start and ask for addon installation -> check "Allow this installation" -> "continue" (will restart Firefox).
If you visit "https://www.java.com/en/download/installed.jsp?detect=jre" the plugin won't be allowed by default "This plugin is vulnerable and should be updated" -> click "Activate" -> "allow now".
It then proceeds to validate and displays:
--- snip --- Verifying Java Version A newer version of Java is available
Please click the download button to get the recommended Java for your computer. Your Java version: Version 6 Update 45 --- snip ---
The download of the "jxpiinstall.exe" bootstrapper succeeds but the .msi one fails (which seems another bug).
Download: http://www.filehippo.com/download_jre_32/download/804d40ad479f350ddaa425778c... (1.7.0.45 32-bit)
Installing, restarting Firefox, revisiting ...
--- snip --- Verified Java Version Completion checkmark Congratulations! You have the recommended Java installed (Version 7 Update 45). --- snip ---
$ sha1sum jre-6u45-windows-i586.exe 5100b8eafaa7ed73ed6dab5469ba3faff38a9ae9 jre-6u45-windows-i586.exe
$ du -sh jre-6u45-windows-i586.exe 17M jre-6u45-windows-i586.exe
$ sha1sum jre-7u45-windows-i586.exe a2269c804418186c9b944746f26e225b3e77a571 jre-7u45-windows-i586.exe
$ du -sh jre-7u45-windows-i586.exe 28M jre-7u45-windows-i586.exe
$ wine --version wine-1.7.8-172-ga63222e
Regards