From: John P. <jp...@go...> - 2006-04-17 18:33:50
|
Hi Richard, what compiler version are you running? John On 4/17/06, Markeloff, Richard <Ric...@sp...> wrote: > > I had no trouble checking out JPF from CVS, but when I attempt to do ant > run-tests I get the following error: > > > > [javac] > /home/markelof/cdp2006/javapathfinder/src/gov/nasa/jpf/tools/SimpleIdleFi= lter.java:36: > error: Class or interface `java.util.logging.Logger' not found in import. > > [javac] import java.util.logging.Logger; > > [javac] ^ > > [javac] > /home/markelof/cdp2006/javapathfinder/src/gov/nasa/jpf/tools/SimpleIdleFi= lter.java:48: > error: Type `Logger' not found in declaration of field `log'. > > [javac] static Logger log =3D JPF.getLogger(" > gov.nasa.jpf.tools.SimpleIdleFilter"); > > [javac] ^ > > [javac] > /home/markelof/cdp2006/javapathfinder/src/gov/nasa/jpf/tools/IdleFilter.j= ava:36: > error: Class or interface `java.util.logging.Logger' not found in import. > > [javac] import java.util.logging.Logger; > > [javac] ^ > > [javac] > /home/markelof/cdp2006/javapathfinder/src/gov/nasa/jpf/tools/IdleFilter.j= ava:58: > error: Type `Logger' not found in declaration of field `log'. > > [javac] static Logger log =3D JPF.getLogger(" > gov.nasa.jpf.tools.IdleFilter"); > > [javac] ^ > > [javac] > /home/markelof/cdp2006/javapathfinder/src/gov/nasa/jpf/search/AbstractSea= rch.java:0: > internal compiler error: Segmentation fault > > [javac] Please submit a full bug report, > > [javac] with preprocessed source if appropriate. > > [javac] See <URL:http://bugzilla.redhat.com/bugzilla/<http://www.goog= le.com/url?sa=3DD&q=3Dhttp%3A%2F%2Fbugzilla.redhat.com%2Fbugzilla%2F>> > for instructions. > > > > I have never encountered an error like this before. Is there really > something wrong with my java compiler, or is this perhaps caused by > something in build.xml? > > > > Thank you, > > > > Rich Markeloff > > > > *________________________________* > > > > Richard Markeloff > > SPARTA, Inc. > > 1911 N. Fort Myer Dr., Suite 1100 > > Arlington, VA 22209 > > > > Voice: 703 647 2414 > > Fax: 703 558 3410 > > > |