On Tue, Feb 26, 2002 at 09:38:29AM -0800, Bill Wohler wrote: > Hey gang. I just started using ant and can't compile anything. > Unfortunately, Stefan can't reproduce the following. Perhaps one of > you has seen this and found the fix... > > I have the j2sdk1.3 package installed which populates both > /usr/lib/j2re1.3 and /usr/lib/j2sdk1.3; I've set JAVA_HOME to both.
Set JAVA_HOME *only* to /usr/lib/j2sdk1.3: $ export JAVA_HOME=/usr/lib/j2sdk1.3 Regards Achim

