classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Another VM running classpath.org


From: Brian Jones
Subject: Re: Another VM running classpath.org
Date: 01 Aug 2003 00:07:33 -0400
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Michael Klaus <address@hidden> writes:

> > I think on the todo list (mental, group collective, etc.) is to take
> > everything with a native method and create two versions... Foo and
> > VMFoo.  VMFoo could have native methods and JNI or someone else could
> > provide VMFoo that is written in some completely different way.  Does
> > that help?
> 
> It takes us a step further definitely :o)
> 
> Just for clearance:
> We got a directory structure like
> <jnode>/src/classpath the core api packages from classpath.org
> <jnode>/src/jnode             out project specific packages
> 
> Our build.xml compiles both roots into one 'classes' directory.
> 
> In case of, java.io.File, we would
>       - create jnode/java/io/VMFile.java
>       - modify classpath/java/io/File.java to delegate all 
>         OS-dependent parts to java.io.VMFile
>       - donate the File.java to your project so all other VMs can
>         be made fit to this
> 
> Is that right?

I think so, but I'm now cc'ing the classpath list to make sure I got
this correct.  You might want to take a look at our requirements for
contributing code at http://www.gnu.org/software/classpath/ in the
hacking guide.

Brian
-- 
Brian Jones <address@hidden>




reply via email to

[Prev in Thread] Current Thread [Next in Thread]