|
Lines 11-29
Link Here
|
| 11 |
<tr> |
11 |
<tr> |
| 12 |
<td> |
12 |
<td> |
| 13 |
<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>. |
13 |
<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>. |
| 14 |
<P>For &java; ports, there are unofficial standards: |
14 |
<P>For &java; ports, please refer to the <A HREF="../doc/en_US.ISO8859-1/books/handbook/using-java.html">Using Java</A> section. |
| 15 |
<P><PRE> |
|
|
| 16 |
1) If it's a library then jar files go into: |
| 17 |
/usr/local/share/java/classes/ |
| 18 |
|
| 19 |
2) If it's a stand-alone application then jar files go into: |
| 20 |
/usr/local/share/java/<application-name>/ |
| 21 |
and scripts to run it go into: |
| 22 |
/usr/local/bin/ |
| 23 |
|
| 24 |
3) Documentation goes into: |
| 25 |
/usr/local/share/doc/java/<application-name>/ |
| 26 |
</PRE> |
| 27 |
<P>The more ported applications we have, the better. |
15 |
<P>The more ported applications we have, the better. |
| 28 |
</td> |
16 |
</td> |
| 29 |
</tr> |
17 |
</tr> |