> I can, but will you also need the native libraries? For Windows?
> Cygwin or native? A few things in Classpath are VM specific (no
> getting around it) and you can look at those in vm/reference/ for the
> implementations used with Japhar. A document on the subject is on the
> classpath website.
All I need is the .class files, or the jar, either doesn't matter to me. My
tools can read in only compiled Java code, and not source. The compiled VM
does not matter much.
I do not need any of the native libraries. I assume the differences are not
very large, and I can look at them and see what to do about it. I am in the
process of implementing the native libraries for my vm, so I can use the
source you have to help me out, but otherwise I only need the Java compiled
code.
Thanks for any help you can provide
> I can also just do a snapshot of the source with 'make dist'... maybe
> that should be done nightly anyway at some point in the near future.
That might it make less daunting for people who want to test it out, or do
small contributions.