set on some files as a workaround for binary check. - Fix pathname for svn co in the webupdate script. Approved by: doceng (implicit)
22 lines
703 B
Text
22 lines
703 B
Text
<!DOCTYPE HTML PUBLIC "-//FreeBSD//DTD HTML 4.01 Transitional-Based Extension//EN" [
|
|
<!ENTITY base CDATA "../..">
|
|
<!ENTITY date "$FreeBSD$">
|
|
<!ENTITY title "FreeBSD &java; Project: Newbies Guide">
|
|
<!ENTITY % navinclude.developers "INCLUDE">
|
|
]>
|
|
<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 book. One of the most often recommended books is Bruce Eckel's <A HREF="http://mindview.net/Books/TIJ4">Thinking in Java</A>.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
&footer;
|
|
</BODY>
|
|
</HTML>
|