> > Hello again (and thanks for getting the SecureRandom patch in there so > fast Tim!)
hi, > redoing a clean build from CVS on freebsd (4.8-RELEASE on i386) with > gcc (version 3.3.1 20030707 (prerelease) [FreeBSD]), I'm pulling the > failure at "make check" that I mentioned a few weeks ago > (http://www.kaffe.org/pipermail/kaffe/2003- > October/044159.html), though last time I didn't look into what the problem > was. > > FAIL: KaffeInternal.java > > I'm not sure how the testing framework kaffe uses works, but from the > source of KaffeInternal.java and KaffeInternal.out, I get the impression > the exception thrown has changed (from java.lang.NoClassDefFoundError > to java.lang.SecurityException). This might be turning into an all to frequent problem: http://www.kaffe.org/pipermail/kaffe/2003-July/042911.html The gist of it is, you probably have rt.jar in your CLASSPATH, when it should really only be in the BOOTCLASSPATH. > -jrandom tim stack _______________________________________________ kaffe mailing list [EMAIL PROTECTED] http://kaffe.org/cgi-bin/mailman/listinfo/kaffe
