- Add a missing para tag and a missing word.
- Punctuation fixes. - Some tags and command lines fixing.
This commit is contained in:
parent
9ed432b148
commit
e8cf41667c
Notes:
svn2git
2020-12-08 03:00:23 +00:00
svn path=/head/; revision=15527
1 changed files with 8 additions and 8 deletions
|
@ -242,34 +242,34 @@
|
|||
http://www.sun.com/software/java2/download.html</ulink> and
|
||||
create an account on their website. Remember to save the username
|
||||
and password from here as it may be needed in the future. Download
|
||||
a copy of the <filename>j2sdk-1_3_1-src.tar.gz</filename> and place this in
|
||||
a copy of the file <filename>j2sdk-1_3_1-src.tar.gz</filename> and place this in
|
||||
<filename>/usr/ports/distfiles/</filename> as the port will not
|
||||
fetch it manually. This is due to license restrictions. While
|
||||
we are here, open the <quote>java environment</quote> from
|
||||
<ulink url="http://java.sun.com/webapps/download/Display?BundleId=7163">
|
||||
http://java.sun.com/webapps/download/Display?BundleId=7163</ulink>.
|
||||
The filename is <filename>j2sdk-1_3_1_06-linux-i586.bin</filename> and is large (about 25
|
||||
megabytes! Like before, this file must be placed into
|
||||
megabytes!). Like before, this file must be placed into
|
||||
<filename>/usr/ports/distfiles/</filename>. Finally download a copy
|
||||
of the <quote>java patchkit</quote> from
|
||||
<ulink url="http://www.eyesbeyond.com/freebsddom/java/">
|
||||
http://www.eyesbeyond.com/freebsddom/java/</ulink> and place it
|
||||
into <filename>/usr/ports/distfiles/</filename></para>
|
||||
into <filename>/usr/ports/distfiles/</filename>.</para>
|
||||
|
||||
<para>Install the <filename role="package">java/jdk13</filename> port
|
||||
with the standard <maketarget>make install clean</maketarget> and
|
||||
with the standard <command>make install clean</command> and
|
||||
then install the <filename role="package">www/flashpluginwrapper</filename>
|
||||
port. This port requires
|
||||
<filename role="package">emulators/linux_base</filename> which is a
|
||||
large port. True that other flash plugins exist, however they have
|
||||
large port. True that other <application>flash</application> plugins exist, however they have
|
||||
not worked for me.</para>
|
||||
|
||||
<para>Now copy the <application>flash</application> plug-in files with:
|
||||
<para>Now copy the <application>flash</application> plug-in files with:</para>
|
||||
|
||||
<screen>&prompt.root; <userinput>cp /usr/local/lib/flash/libflashplayer.so
|
||||
<screen>&prompt.root; <userinput>cp /usr/local/lib/flash/libflashplayer.so \
|
||||
/usr/X11R6/lib/mozilla/plugins/libflashplayer_linux.so</userinput></screen>
|
||||
|
||||
<screen>&prompt.root; <userinput>cp /usr/local/lib/flash/ShockwaveFlash.class
|
||||
<screen>&prompt.root; <userinput>cp /usr/local/lib/flash/ShockwaveFlash.class \
|
||||
/usr/X11R6/lib/mozilla/plugins/</userinput></screen>
|
||||
|
||||
<note><para>If you are using
|
||||
|
|
Loading…
Reference in a new issue