Submitted by: Emily Boyd (emilyboyd at emilyboyd dot com) Sponsored by: Google Summer of Code 2005
23 lines
895 B
Text
23 lines
895 B
Text
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD: www/en/java/docs/newbies.sgml,v 1.5 2003/06/18 23:37:37 murray Exp $">
|
|
<!ENTITY title "FreeBSD &java; Project: Newbies Guide">
|
|
<!ENTITY % navincludes SYSTEM "../../includes.navdevelopers.sgml"> %navincludes;
|
|
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
|
|
]>
|
|
<html>
|
|
&header;
|
|
<table border="0">
|
|
<tr>
|
|
<td>
|
|
<P>What kind of "Newbie" are you?</P>
|
|
|
|
<P><B>New to FreeBSD's &jdk;?</B> -- <A HREF="../install.html">Learn how to install the JDK</A>
|
|
<P><B>New to &java;?</B> -- Learn Java using a <A HREF="tutorials.html">tutorial</A> or from a <A HREF="documentation.html">book</A>. One of the most often recommended books is Bruce Eckel's <A HREF="http://www.eckelobjects.com/TIJ2/index.html">Thinking in Java</A>.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
&footer;
|
|
</BODY>
|
|
</HTML>
|