diff --git a/en/java/install.sgml b/en/java/install.sgml index c4356d07ee..32a9623de5 100644 --- a/en/java/install.sgml +++ b/en/java/install.sgml @@ -1,30 +1,30 @@ - + %includes; ]> &header; - +

How to Install

Installing FreeBSD's JDK is typically straightforward:

cd /usr/ports/java/jdk
make
make install
make clean

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.

Many applications in Java need Java Foundation Classes (Swing) to run. JFC can be installed in: /usr/ports/java/jfc

If you should have trouble, you can see the FreeBSD Handbook section on "installing applications" for help.

&footer;