On Tue, 2006-02-07 at 00:20 +0100, Robert Schuster wrote:
> Hi.
> 
> Nice work. I think the JNode guys will appreciate this. :)
> 

Yep, Ewout filed the bug.

> > +package java.lang;
> > +
> > +import gnu.classpath.Configuration;
> > +
> > +class VMMath
> > +{
> > +
> > +  static
> > +  {
> > +    if (Configuration.INIT_LOAD_LIBRARY)
> > +      System.loadLibrary("javanet");
> > +  }
> Should this really be "javanet"?
> 

Nope -- I think you just solved one of the problems I mentioned :)
I knew there was a reason for peer review..

> cya
> Robert

Cheers,
-- 
Andrew :-)
Department of Computer Science
University of Sheffield

Please avoid sending me Microsoft Office (e.g. Word, PowerPoint) attachments.
See http://www.fsf.org/philosophy/no-word-attachments.html
Support OpenDocument instead. http://opendocumentfellowship.org

Escape the Java Trap with GNU Classpath!
http://www.gnu.org/philosophy/java-trap.html
public class gcj extends Freedom implements Java { ... }

"Value your freedom, or you will lose it, teaches history.
`Don't bother us with politics' respond those who don't want to learn."
-- Richard Stallman

The views expressed above are representative of my own personal
opinions, and not necessarily those of the University of Sheffield.


Reply via email to