pavement

Firefox

From FreeBSDwiki
(Difference between revisions)
Jump to: navigation, search
 
 
(6 intermediate revisions by 3 users not shown)
Line 1: Line 1:
Firefox is a great browser and this documentation relates to version 1.50.
+
Firefox is a great browser and this documentation relates to version 2.01
  
 +
==Installing video plugin==
 +
Install the mplayer-plugin for mozilla
  
==Installing Java VM plugin==
+
# cd /usr/ports/www/mplayer-plugin
Install the jdk1.4.2 native port (/usr/ports/java/jdk14)
+
# make install
  
Then to add the plugin go to the directory:
+
mplayer plugin will support:
/usr/X11R6/lib/browser_linux_plugins
+
  
and type the following:
+
Window Media  wmv, avi, asf, wav and asx
root# ln -s /usr/local/jdk1.4.2/jre/plugin/i386/ns610/libjavaplugin_oji.so
+
  QuickTime  mov and smil
 +
  MPEG Video and Audio  mpeg and mp3
 +
  Ogg Vorbis  ogg
 +
  AutoDesk FLI  fli and flc
 +
  Vivo  vivo
 +
  Real Player  ram and rm
 +
 
 +
 
 +
 
 +
==Installing Java VM plugin==
 +
Install the Java Runtime Environment via ports ({PORTSDIR}/java/diablo-jre15) or the Java Development Kit ({PORTSDIR}/java/diablo-jre15)<br>
 +
<br>
 +
Then to add the plugin go to the directory:<br>
 +
<pre>
 +
# cd /usr/X11R6/lib/browser_plugins
 +
</pre>
 +
<br>
 +
and if you installed the JRE type the following:<br>
 +
<pre>
 +
# ln -s /usr/local/diablo-jre1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
 +
</pre>
 +
or if you installed the JDK type the following:<br>
 +
<pre>
 +
# ln -s /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so
 +
</pre>
 +
<br>
 +
Now you should have java VM working.  To test go to this site and wait a while for the Java VM to load:<br>
 +
http://www.java.com/en/download/help/testvm.xml<br>
 +
<br>
  
Now you should have java VM working.  To test go to this site and wait a while for the Java VM to load:
+
==Installing flash on native firefox==
http://www.java.com/en/download/help/testvm.xml
+
http://www.freebsdwiki.net/index.php/Flash#Native_Firefox
  
 +
==Links==
 +
http://www.math.colostate.edu/~reinholz/freebsd/firefox_plugins.html
  
 
[[Category:Ports_and_Packages]]
 
[[Category:Ports_and_Packages]]

Latest revision as of 23:34, 9 September 2007

Firefox is a great browser and this documentation relates to version 2.01

Contents

[edit] Installing video plugin

Install the mplayer-plugin for mozilla

# cd /usr/ports/www/mplayer-plugin
# make install

mplayer plugin will support:

Window Media wmv, avi, asf, wav and asx

 QuickTime  mov and smil
 MPEG Video and Audio  mpeg and mp3
 Ogg Vorbis  ogg
 AutoDesk FLI  fli and flc
 Vivo  vivo
 Real Player  ram and rm


[edit] Installing Java VM plugin

Install the Java Runtime Environment via ports ({PORTSDIR}/java/diablo-jre15) or the Java Development Kit ({PORTSDIR}/java/diablo-jre15)

Then to add the plugin go to the directory:

# cd /usr/X11R6/lib/browser_plugins


and if you installed the JRE type the following:

# ln -s /usr/local/diablo-jre1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so

or if you installed the JDK type the following:

# ln -s /usr/local/diablo-jdk1.5.0/jre/plugin/i386/ns7/libjavaplugin_oji.so


Now you should have java VM working. To test go to this site and wait a while for the Java VM to load:
http://www.java.com/en/download/help/testvm.xml

[edit] Installing flash on native firefox

http://www.freebsdwiki.net/index.php/Flash#Native_Firefox

[edit] Links

http://www.math.colostate.edu/~reinholz/freebsd/firefox_plugins.html

Personal tools