[csw-maintainers] Java packages

Maciej (Matchek) Blizinski maciej at opencsw.org
Sat Mar 13 23:59:47 CET 2010


On Sat, Mar 13, 2010 at 9:28 PM, William Bonnet <william at wbonnet.net> wrote:
> I don't know about python packaging, but i made a few java packages. May i
> help you ?

For Python, you put files into /opt/csw/lib/python/site-packages, and
they are made available through the import statement.  For Java, you
also need to put the files somewhere, but I'm sure there are some
standard directories, and ways to make the java compiler aware of the
locations of libraries you intend to import.  There's also the ant
build system, and probably a lot of other Java specifics.  Do you have
an example of a Java package that I might look at?

The package I would like to build is the Java version of protobuf.

Maciej


More information about the maintainers mailing list