This is the mail archive of the
java@gcc.gnu.org
mailing list for the Java project.
Re: newbie: compiling/linking
On Sat, 2002-12-14 at 11:12, Tom Tromey wrote:
> I believe there is some support for putting .jar files into a standard
> directory where they will be searched by default. I haven't kept up
> with this area very well; maybe that is still just a plan...?
It's been implemented. The gcj manual says:
"Finally, if @code{--extdirs} was specified, append the contents of the
specified directories at the end of the class path. Otherwise, append
the contents of the built-in extdirs at
@code{$(prefix)/share/java/ext}."
AG