doc/en/java/install.sgml
2000-01-29 23:56:25 +00:00

30 lines
1 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "..">
<!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.2 2000/01/29 23:53:40 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: Installation">
<!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
]>
<html>
&header;
<table border="600" width="0">
<tr>
<td>
<h1> <font color="#660000">How to Install</font></h1>
<P>Installing FreeBSD's JDK is typically straightforward:</P>
<P><CODE>cd /usr/ports/java/jdk
<BR>make
<BR>make install
<BR>make clean
</CODE></P>
<P>The JDK does not require any dependencies to install. However, if you wish to run any graphics, you will need to have X installed and running.
<P>Many applications in Java need Java Foundation Classes (Swing) to run. JFC can be installed in: <CODE>/usr/ports/java/jfc</CODE>
<P>If you should have trouble, you can see the <A HREF="http://www.freebsd.org/handbook/ports.html">FreeBSD Handbook section on &quot;installing applications&quot;</A> for help.
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>