Closed
Bug 726674
Opened 13 years ago
Closed 13 years ago
Java plugin isn't detected on my 64-bit Windows 7 trunk nightly
Categories
(Core Graveyard :: Plug-ins, defect)
Core Graveyard
Plug-ins
Tracking
(Not tracked)
RESOLVED
WORKSFORME
People
(Reporter: stephend, Unassigned)
References
()
Details
Attachments
(2 files)
My Java plugin isn't detected in my trunk nightly, on 64-bit Windows 7, and it works fine in Firefox 10 (same machine).
--target=x86_64-pc-mingw32 --host=x86_64-pc-mingw32 --enable-update-channel=nightly --enable-update-packaging --enable-jemalloc --enable-js-diagnostics
Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:13.0a1) Gecko/20120213 Firefox/13.0a1
STR:
Using Mozilla/5.0 (Windows NT 6.1; Win64; x64; rv:13.0a1) Gecko/20120213 Firefox/13.0a1, visit http://www.mozilla.org/en-US/plugincheck/, type about:plugins, or visit any other site, like http://java.com/en/download/installed.jsp?detect=jre&try=1, which detects Java
Expected:
Java applets initialize
Actual:
Java isn't detected
Reporter | ||
Comment 1•13 years ago
|
||
Additional info:
My nightly build is installed in C:\Program Files\Nightly, while Firefox 10 is installed in C:\Program Files (x86)\Mozilla Firefox.
Java is installed in several subdirectories off C:\Program Files (x86)\Java (see screenshot).
Reporter | ||
Comment 2•13 years ago
|
||
Comment 3•13 years ago
|
||
You are using a 64bit nightly build while your release build (as all current Windows release builds) is only a 32 bit build. You can see the difference in the UA string: Win64 vs WoW64
I don't know if we currently support using 32bit plugins via a 32bit plugin-container on windows64.
Is java working you change dom.ipc.plugins.java.enabled to true ?
Reporter | ||
Comment 4•13 years ago
|
||
(In reply to Matthias Versen (Matti) from comment #3)
> Is java working you change dom.ipc.plugins.java.enabled to true ?
No, that didn't fix it; thanks, though!
Comment 5•13 years ago
|
||
Stephen: You may want to download the 64bit Java from here.
- http://www.java.com/en/download/faq/java_win64bit.xml
Comment 6•13 years ago
|
||
Why is this bug related to bug 595053? Oracle provides native 64-bit Java plug-ins.
Comment 7•13 years ago
|
||
(In reply to Stephen Donner [:stephend] from comment #1)
> Additional info:
>
> My nightly build is installed in C:\Program Files\Nightly, while Firefox 10
> is installed in C:\Program Files (x86)\Mozilla Firefox.
>
> Java is installed in several subdirectories off C:\Program Files (x86)\Java
> (see screenshot).
Have you installed 64-bit Java?
Reporter | ||
Comment 8•13 years ago
|
||
Reporter | ||
Comment 9•13 years ago
|
||
This is now working for me, again, with Mozilla/5.0 (Windows NT 6.1; WOW64; rv:14.0) Gecko/20120326 Firefox/14.0a1
Status: NEW → RESOLVED
Closed: 13 years ago
Resolution: --- → WORKSFORME
Updated•3 years ago
|
Product: Core → Core Graveyard
You need to log in
before you can comment on or make changes to this bug.
Description
•