On Sat, Dec 11, 1999 at 03:38:04PM -0600, Aaron M. Renn wrote:
> Mark Wielaard ([EMAIL PROTECTED]) wrote:
>
> If you browse through the Japhar mailing list archives at
> http://www.mail-archive.com/japhar@hungry.com/ you'll see some info
> on how to get NSPR. I had some probablems getting it to work
> correctly. There should be a message there describing my solution.
> Japhar can work with the JDK classes, and that is probably
> best for now.
Thanks. I have been able to compile Japhar with the JDK classes.
(Although I am not sure if it works correctly.)
And I can now also build Classpath although the configure scripts
barf on libart. But after repairing a bit by hand I am now able to do a
make all and get the libgcj.zip file (only java/lang/Classloader didn't
compile). Although I do not have a way now to actually use them :)
But I guess that the pure java packages can be tested with Kaffe.
(Is there anybody working on integration with Kaffe?)
> > If there is any other way I could help please tell.
> > I saw that there is no java.applet, java.util.jar or java.util.zip yet,
> > which seem not to hard to write. There are a lot of java.awt classes missing
> > which is probably a lot of work, but maybe I could begin writing some
> > simple classes that are missing (are all java 1.1 awt classes already done?)
> > Are you going to use the ninja rmi classes that kaffe is working on (under
> > lgpl I believe) or should they be adapted especially for Classpath?
> > And ofcourse there is no javax.swing yet but I would not know where to start
> > with that package since I have absolutely no experience with it.
> > If Classpath wants to deliver any of the "standard" java tools such as
> > appletviewer, jarsigner, javadoc, keytool, javap, native2ascii, serialver,
> > jar, maybe I could start writing those.
>
> I'll have to get back with you on this one. BTW: java.applet is done
I couldn't find it in the CVS tree.
> and supposedly someone has coded java.util.zip, but I haven't seen it.
I browsed through the mail archive and that someone is Loren Peace.
Loren are you still out there? And do you need any help with those packages?
> The version we distibuted back in February is seriously outdated.
> We have done quite a bit since then.
Yes. I am very impressed. It seems that almost all standard packages have
already been implemented and even most 1.2 classes are already done.
I will play a bit more with Japhar and Classpath and read the Hackers and
VM Integration guides and see if I can help with the integration. But
since I had a really hard time getting Japhar to compile I am not sure
that will be an easy task. If you know what you want to do with the
remaining atw classes, rmi or swing please let me know.
Cheers,
Mark