[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: Problem with configure and jikes
Patrick,
> Can you send me this output? It should record exactly what jikes
> complained about.
javac-tests.log below
--Graham
jikes conftestJavac.java::
Found 1 system error:
*** Error: Could not find package named:
./java/lang
javac conftestJavac.java::
conftestJavac.java:15: Blank final variable 'staticObj' may not have been initialized. It must be assigned a value in an initializer, or in every constructor.
private static final Object staticObj;
^
conftestJavac.java:16: Blank final variable 'a' may not have been initialized. It must be assigned a value in an initializer, or in every constructor.
public final int a;
^
2 errors
[ Janos ] [ OSKit ] [ Network Testbed ] [ Flick ] [ Fluke ]
Flux Research Group / Department of Computer Science / University of Utah