RE: Japhar+Classpath patch on web!

1998-11-06 Thread John Keiser
First off, something fishy is going on ... I'm not getting this message on the Japhar list, just Classpath. Am I still on that list, after the recent list changes? > From: Petter Reinholdtsen [mailto:[EMAIL PROTECTED]] > > > > > OK, I got around to testing the new patch and realized that the >

Re: Hi. I'm working on GTK peers.

1998-11-06 Thread Aaron M. Renn
This is great. Like the screenshot. Thanks a ton for working on this. A working Classpath-awt/Japhar/Mozilla combo would be supreme. -- Aaron M. Renn ([EMAIL PROTECTED]) http://www.urbanophile.com/arenn/

RE: native libs

1998-11-06 Thread John Keiser
> From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]]On Behalf Of > Brian Jones > > Could someone email me what it would take to make the native libs > useful for installation? I'm assuming we basically need some sort of > shared library, possibly several, all installed appropriately for > whateve

Re: Can not compile classpath from CVS.

1998-11-06 Thread Brian Jones
Moses DeJong <[EMAIL PROTECTED]> writes: > ../java/lang/Character.java:5: Class gnu.java.lang.ClassLoaderHelper not found in >import. > import gnu.java.lang.ClassLoaderHelper; >^ > ../java/lang/Character.java:26: Interface java.lang.Comparable of class >java.lang.Character not > found.

Hi. I'm working on GTK peers.

1998-11-06 Thread James E. Blair
Paul and I have been working on a GTK implementation of the AWT peers. We've spent some time working on the library weirdness on the native side and also an inordinate amount of time picking apart GTK and putting it back together. I now have something that is not only viewable, but is also the

Can not compile classpath from CVS.

1998-11-06 Thread Moses DeJong
Has anyone else run into this error. Any idea what makefile (or whatever) I need to hack to get this to work. Also, I have to wonder why the classpath stuff is compiled one .java file at a time. This takes a lot longer then just compiling all of the .java files at once. (here is the error) ../j