Navigation Bar

FreeBSD Java™ Project: How To Make a Port


Top Applications Support Documentation Vendors Search Index Top Top

General instructions can be found in the FreeBSD Handbook, under Porting Applications.

For Java™ ports, there are unofficial standards:

    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>/

The more ported applications we have, the better.


home   |   contact   |   legal   |   © 1995-2003 The FreeBSD Project. All rights reserved.
Last modified: 2003/06/18 23:37:37