to include the new copyright notice correctly. Submitted by: "Simon L. Nielsen" <simon@nitro.dk>
		
			
				
	
	
		
			29 lines
		
	
	
	
		
			1,003 B
		
	
	
	
		
			Text
		
	
	
	
	
	
			
		
		
	
	
			29 lines
		
	
	
	
		
			1,003 B
		
	
	
	
		
			Text
		
	
	
	
	
	
| <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
 | |
| <!ENTITY base CDATA "..">
 | |
| <!ENTITY date "$FreeBSD: www/en/java/install.sgml,v 1.8 2002/06/29 09:07:07 nik Exp $">
 | |
| <!ENTITY title "FreeBSD &java; Project: How To Install">
 | |
| <!ENTITY % includes SYSTEM "../includes.sgml"> %includes;
 | |
| ]>
 | |
| <html>
 | |
| &header;
 | |
| <table border="0">
 | |
| <tr>
 | |
| <td>
 | |
| <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="../doc/en_US.ISO8859-1/books/handbook/ports.html">FreeBSD Handbook section on "installing applications"</A> for help.
 | |
| </td>
 | |
| </tr>
 | |
| </table>
 | |
| &footer;
 | |
| </BODY>
 | |
| </HTML>
 |