Jar files in kaffe dir

1999-11-13 Thread Artur Biesiadowski
First, I'm very impressed with current state of kaffe. Last time I tried it, it still had major problems with awt and performance wasn't great (it was a year ago I think :). Now it rocks - good work ! Anyway, back to subject. Is there any particular reason to specify .jar files that will be

Re: Jar files in kaffe dir

1999-11-13 Thread Archie Cobbs
Artur Biesiadowski writes: Anyway, back to subject. Is there any particular reason to specify .jar files that will be put into classpath from /usr/local/share/kaffe ? Couldn't just *.jar be used ? I suppose that has something to do with Klasses.jar being first, but it could be done anyway.

Re: Jar files in kaffe dir

1999-11-13 Thread Nathan Meyers
kaffe has something just as good as the JDK -cp option: if you specify the classpath through the CLASSPATH environment variable instead of the -classpath option, it extends the default classpath instead of replacing it. Of you use a shell like bash, you can use the one-line form to set