- Replace "unofficial standard" section with a link to the

porters's handbook (1)
- Fix a broken link
- use lowercase tags for consistent style
- add a url.books entity for convenience

PR:		75680 (1)
Submitted by:	hq
This commit is contained in:
Christian Brueffer 2004-12-31 11:29:29 +00:00
parent fe5db43ea1
commit 5b2c784fb1
Notes: svn2git 2020-12-08 03:00:23 +00:00
svn path=/www/; revision=23381

View file

@ -1,8 +1,9 @@
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.5 2002/06/29 09:07:07 nik Exp $">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.6 2003/06/18 23:37:37 murray Exp $">
<!ENTITY title "FreeBSD &java; Project: How To Make a Port">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
<!ENTITY url.books "../../doc/en_US.ISO8859-1/books">
]>
<html>
&header;
@ -10,25 +11,15 @@
<table border="0">
<tr>
<td>
<P>General instructions can be found in the FreeBSD Handbook, under <A HREF="../doc/en_US.ISO8859-1/books/handbook/porting.html">Porting Applications</A>.
<P>For &java; ports, there are unofficial standards:
<P><PRE>
1) If it's a library then jar files go into:
/usr/local/share/java/classes/
2) If it's a stand-alone application then jar files go into:
/usr/local/share/java/&lt;application-name&gt;/
and scripts to run it go into:
/usr/local/bin/
3) Documentation goes into:
/usr/local/share/doc/java/&lt;application-name&gt;/
</PRE>
<P>The more ported applications we have, the better.
<p>General instructions can be found in the
<a href="&url.books;/porters-handbook/index.html">Porter's Handbook</a>.
<p>For &java; ports, please refer to the
<a href="&url.books;/porters-handbook/using-java.html">Using Java</a> section.
<p>The more ported applications we have, the better.
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>
</body>
</html>