[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Classpath building (was re: Classpath future?)
From: |
Nic Ferrier |
Subject: |
Re: Classpath building (was re: Classpath future?) |
Date: |
Thu, 12 Jul 2001 19:46:14 +0100 |
>>> "Aaron M. Renn" <address@hidden> 12-Jul-01 7:43:30 PM >>>
If only life were that simple. Perhaps there has been
some advancement in compiler technology since we
set things up originally, but there are a huge number of
problems with trying to compile classpath without
depending on an already existing Java library installation.
There are too many classes to simply pipe them all into
the compiler on the command line. Brian, comments?
1. I have done it and it works
2. it doesn't matter anyway, build the .class files first and then
work on the native code, the .class files do not depend (for
compilation) on the .class files
Nic