On Sat, 24 Feb 2001, William Wise wrote: > I'm using Forte4J and JDK1.3_01 to compile stable sources retrieved > anonymously from CVS. The error is: > > Freenet/crypt/DSAGroup.java [136:1] 'return' without value from public > static DSAGroup generate(int,Random)
It's a while (true), your compiler should recognize that. It never exits normally. > I can work around this but is this something that was allowed in previous > JDK's but not allowed in 1.3? I don't know. -- Mark Roberts mjr at statesmean.com _______________________________________________ Devl mailing list Devl at freenetproject.org http://www.uprizer.com/mailman/listinfo/devl
