doc/en/java/docs/howtoports.sgml
Nik Clayton 2aa46577a8 Remove the hardcoded "width=600" and other pixel values from these files.
It was unnecessary, and inconsistent with the rest of the site.
2000-04-30 22:57:46 +00:00

34 lines
1 KiB
Text

<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN" [
<!ENTITY base CDATA "../..">
<!ENTITY date "$FreeBSD: www/en/java/docs/howtoports.sgml,v 1.3 2000/03/12 14:51:49 patrick Exp $">
<!ENTITY title "FreeBSD Java Project: How To Make a Port">
<!ENTITY % includes SYSTEM "../../includes.sgml"> %includes;
]>
<html>
&header;
<table border="0">
<tr>
<td>
<P>General instructions can be found in the FreeBSD Handbook, under <A HREF="http://www.freebsd.org/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.
</td>
</tr>
</table>
&footer;
</BODY>
</HTML>