Add a section describing how to make Java working in the native Mozilla.
This commit is contained in:
parent
3669ebf0d8
commit
dfacddf70e
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/www/; revision=12247
1 changed files with 37 additions and 2 deletions
|
|
@ -1,6 +1,6 @@
|
|||
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
||||
<!ENTITY base CDATA "../..">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq.sgml,v 1.28 2002/02/05 18:02:30 sobomax Exp $">
|
||||
<!ENTITY date "$FreeBSD: www/en/gnome/docs/faq.sgml,v 1.29 2002/02/12 19:42:24 sobomax Exp $">
|
||||
<!ENTITY title "FreeBSD GNOME Project: FAQ">
|
||||
<!ENTITY % gnomeincludes SYSTEM "../includes.sgml"> %gnomeincludes;
|
||||
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
||||
|
|
@ -27,7 +27,9 @@
|
|||
panel?</a>
|
||||
<li> <a href="#q9">Why is GNOME so huge, slow and basically
|
||||
useless?</a>
|
||||
<li> <a href="#q10">Does GNOME support anti-aliased fonts?</a>
|
||||
<li> <a href="#q10">Does GNOME support anti-aliased fonts?</a>
|
||||
<li> <a href="#q11">How to enable Java support in the Mozilla
|
||||
web browser?</a>
|
||||
</ol>
|
||||
<h2>Full Text </h2>
|
||||
<table border="0" cellspacing="0" cellpadding="2">
|
||||
|
|
@ -403,6 +405,39 @@ libraries: /usr/X11R6/lib/libxalflaunch.so.0: ELF file OS ABI invalid.
|
|||
</td>
|
||||
</tr>
|
||||
<tr><td><br></td></tr>
|
||||
<!-- Q11 -->
|
||||
<tr>
|
||||
<td width="10">
|
||||
<b><a name="q11"> 11.</a></b></td>
|
||||
<td align="left" valign="top" colspan="3">
|
||||
<b>How to enable Java support in the Mozilla web browser?</b>
|
||||
</td>
|
||||
</tr>
|
||||
<!-- A11 -->
|
||||
<tr>
|
||||
<td width="10"><br></td>
|
||||
<td align="left" valign="top" colspan="3">
|
||||
<p>To enable Java support in the Mozilla web browser you need to
|
||||
install Java Development Kit available from the <tt>java/jdk13
|
||||
</tt>port (at least version 1.3.1p6 is required) and restart the
|
||||
browser. Please note that if version of Mozilla port installed
|
||||
on your computer is less that 0.9.8_2,1 then you also need to
|
||||
use the following command to create a symbolic link required for
|
||||
the Java plugin to work:</p>
|
||||
<pre>
|
||||
# ln -sf /usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so \
|
||||
/usr/X11R6/lib/mozilla/plugins/libjavaplugin_oji.so
|
||||
</pre>
|
||||
|
||||
<p>You can verify that the Mozilla has picked the Java plugin by
|
||||
selecting <i>About Plug-ins</i> from the menu <i>Help</i> after
|
||||
restarting Mozilla. You should see
|
||||
/usr/local/jdk1.3.1/jre/plugin/i386/ns600/libjavaplugin_oji.so
|
||||
in the list of available plugins, which indicates that the Java
|
||||
support is enabled.</p>
|
||||
</td>
|
||||
</tr>
|
||||
<tr><td><br></td></tr>
|
||||
|
||||
</table>
|
||||
</td>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue