34 lines
1 KiB
Text
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/<application-name>/
|
|
and scripts to run it go into:
|
|
/usr/local/bin/
|
|
|
|
3) Documentation goes into:
|
|
/usr/local/share/doc/java/<application-name>/
|
|
</PRE>
|
|
<P>The more ported applications we have, the better.
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
|
|
&footer;
|
|
</BODY>
|
|
</HTML>
|