compile error of openjdk 7 on ubuntu 8.10
Mark Wielaard
mark at klomp.org
Mon Dec 8 15:22:10 PST 2008
Hi Ying,
On Mon, 2008-12-08 at 17:09 -0600, ying lcs wrote:
> I tried icetea 7.
>
> But i get the following error:
>
> checking for eclipse-ecj.jar... no
> configure: error: "A ECJ jar was not found."
If you just want to get all build dependencies installed:
$ apt-get build-dep openjdk-6
(Should be the same as for 7)
> And then I setup the classpath and stuff, it still complains the same error.
It won't use the $CLASSPATH setting. If you want to tell configure to
use an library or tool at an alternative location then use something
like: ./configure --with-ecj-jar=/private/install/of/ecj.jar
(See ./configure --help for other options)
Cheers,
Mark
More information about the jdk7-dev
mailing list