Gentoo Archives: gentoo-amd64

From: Mark Knecht <markknecht@×××××.com>
To: gentoo-amd64@l.g.o
Subject: Re: [gentoo-amd64] Java in Firefox??
Date: Sat, 26 Jan 2008 18:45:07
Message-Id: 5bdc1c8b0801261045g6a4eca37vb0dd3f73391b56fa@mail.gmail.com
In Reply to: [gentoo-amd64] Java in Firefox?? by "M. Edward (Ed) Borasky"
1 On Jan 26, 2008 9:47 AM, M. Edward (Ed) Borasky <znmeb@×××××××.net> wrote:
2 > I'm sure this is a frequently *asked* question, but I haven't been able
3 > to find an *answer*. I have Gentoo ("~amd64") running on my Athlon64 X2.
4 > When I start up Firefox and try to use Java, it bounces me into an
5 > "install missing plugin" dialog box. I can click on the button, and it
6 > tells me that it can't install the plugin.
7 >
8 > How do I get this to work? Do I need to install a 32-bit Firefox? That's
9 > what I've been able to find from Google on other distros.
10
11 My experience is that some Java works on 64-bit and some does not. I
12 can promise you that in my experience there is definately some Java
13 out there that doesn't run correctly on AMD64.
14
15 However if no Java is working it's probably a USE flags issue or a
16 missing plugin.
17
18 lightning ~ # emerge -pv mozilla-firefox
19
20 These are the packages that would be merged, in order:
21
22 Calculating dependencies... done!
23 [ebuild R ] www-client/mozilla-firefox-2.0.0.11 USE="gnome java
24 -bindist -debug -filepicker -iceweasel -ipv6 -mozdevelop -moznopango
25 -restrict-javascript -xforms -xinerama -xprint" LINGUAS="-af -ar -be
26 -bg -ca -cs -da -de -el -en_GB -es -es_AR -es_ES -eu -fi -fr -fy
27 -fy_NL -ga -ga_IE -gu -gu_IN -he -hu -it -ja -ka -ko -ku -lt -mk -mn
28 -nb -nb_NO -nl -nn -nn_NO -pa -pa_IN -pl -pt -pt_BR -pt_PT -ro -ru -sk
29 -sl -sv -sv_SE -tr -uk -zh -zh_CN -zh_TW" 31 kB
30
31 Total: 1 package (1 reinstall), Size of downloads: 31 kB
32 lightning ~ #
33
34 Navigate to an empty Firefox window and type about:pugins in the
35 address bar. Do you see Java support?
36
37 Java(TM) Plug-in 1.6.0_03-b05
38
39 File name: libjavaplugin_oji.so
40 Java(TM) Plug-in 1.6.0_03
41
42 lightning ~ # equery belongs libjavaplugin_oji.so
43 [ Searching for file(s) libjavaplugin_oji.so in *... ]
44 app-emulation/emul-linux-x86-java-1.6.0.03
45 (/opt/emul-linux-x86-java-1.6.0.03/plugin/i386/ns7-gcc29/libjavaplugin_oji.so)
46 app-emulation/emul-linux-x86-java-1.6.0.03
47 (/opt/emul-linux-x86-java-1.6.0.03/plugin/i386/ns7/libjavaplugin_oji.so)
48 lightning ~ #
49
50 lightning ~ # emerge -pv emul-linux-x86-java
51
52 These are the packages that would be merged, in order:
53
54 Calculating dependencies... done!
55 [ebuild R ] app-emulation/emul-linux-x86-java-1.6.0.03 USE="X
56 alsa nsplugin" 0 kB
57
58 Total: 1 package (1 reinstall), Size of downloads: 0 kB
59 lightning ~ #
60
61
62 Hopefully there are enough pointers there to get it working. If you
63 want to check specific sites then post back a URL.
64
65 - Mark
66 --
67 gentoo-amd64@l.g.o mailing list

Replies

Subject Author
Re: [gentoo-amd64] Java in Firefox?? "M. Edward (Ed) Borasky" <znmeb@×××××××.net>