This is the mail archive of the java-patches@gcc.gnu.org mailing list for the Java project.
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |
| Other format: | [Raw text] | |
On Fri, 2004-12-03 at 19:11, Tom Tromey wrote:
> Mark pointed out on irc that you can't set java.ext.dirs from the
> `gij' command line. The property was being set too late. This patch
> fixes the bug.
This patch seems to work for most cases (although not for the xalan
"preloading" that I wanted for eclipse 3). Please note that the
documentation http://gcc.gnu.org/onlinedocs/gcj/Standard-Properties.html
is wrong:
java.ext.dirs
Directories containing jar files with extra libraries. Will be
used when resolving classes. Currently not used in libgcj.
It should state how precisely the classes are resolved and that it is
now used in libgcj when set (and that the default is $(jardir)/ext which
is $(datadir)/java/ext).
Cheers,
Mark
Attachment:
signature.asc
Description: This is a digitally signed message part
| Index Nav: | [Date Index] [Subject Index] [Author Index] [Thread Index] | |
|---|---|---|
| Message Nav: | [Date Prev] [Date Next] | [Thread Prev] [Thread Next] |