Re: Kaffe and Microsoft [Was: Quitting debian-java]

2001-03-12 Thread Edouard G. Parmelan
ld a commercial grade java application without. When I later learnt > that it's funded by microsoft, I inevitably linked two together. > > Anyway, if java.security is there, I'd really love it, really. Archie Cobbs add java.security package on Jul 1999. So it's included

Re: Kaffe and Microsoft [Was: Quitting debian-java]

2001-03-12 Thread Edouard G. Parmelan
ld a commercial grade java application without. When I later learnt > that it's funded by microsoft, I inevitably linked two together. > > Anyway, if java.security is there, I'd really love it, really. Archie Cobbs add java.security package on Jul 1999. So it's included

Kaffe and Microsoft [Was: Quitting debian-java]

2001-03-02 Thread Edouard G. Parmelan
tion _does not_ support delegate keyword. So fill free to remove microsoft.jar and libmicrosoft.so if you dislike it. -- Edouard G. Parmelan - Kaffe Core Team Member http://egp.free.fr - http://www.kaffe.org

Kaffe and Microsoft [Was: Quitting debian-java]

2001-03-02 Thread Edouard G. Parmelan
tion _does not_ support delegate keyword. So fill free to remove microsoft.jar and libmicrosoft.so if you dislike it. -- Edouard G. Parmelan - Kaffe Core Team Member http://egp.free.fr - http://www.kaffe.org -- To UNSUBSCRIBE, email to [EMAIL PROTECTED] with a subject of "unsubscribe". Trouble? Contact [EMAIL PROTECTED]

Re: Kaffe and Freenet

2000-12-26 Thread Edouard G. Parmelan
the gmp functions, > so it didn't detect correctly. Kaffe CVS Tree (www.kaffe.org) correctly detect GMP 2 and GMP 3. I have quick read your patch for toInt0() but I break intValue() and longValue(). I will commit my fix for that latter. -- Edouard G. Parmelan http://egp.free.fr

Re: Kaffe and Freenet

2000-12-26 Thread Edouard G. Parmelan
the gmp functions, > so it didn't detect correctly. Kaffe CVS Tree (www.kaffe.org) correctly detect GMP 2 and GMP 3. I have quick read your patch for toInt0() but I break intValue() and longValue(). I will commit my fix for that latter. -- Edouard G. Parmelan http://egp.free.fr --

Re: Getting ant and kaffe to play nice

2000-11-07 Thread Edouard G. Parmelan
Edouard G. Parmelan wrote: > Stephane Bortzmeyer wrote: > > > On Wednesday 1 November 2000, at 23 h 54, the keyboard of Seth Arnold > > <[EMAIL PROTECTED]> wrote: > > > > > Try rebuilding Kaffe after installing GNU gmp. > > > > GMP detectio

Re: Getting ant and kaffe to play nice

2000-11-07 Thread Edouard G. Parmelan
Edouard G. Parmelan wrote: > Stephane Bortzmeyer wrote: > > > On Wednesday 1 November 2000, at 23 h 54, the keyboard of Seth Arnold > > <[EMAIL PROTECTED]> wrote: > > > > > Try rebuilding Kaffe after installing GNU gmp. > > > > GMP detectio

Re: Getting ant and kaffe to play nice

2000-11-06 Thread Edouard G. Parmelan
If you have slink and don't want to upgrade to potato, create the folling links (from memory): /usr/lib/libgmp.so -> /usr/lib/libgmp2.so /usr/include/gmp.h -> /usr/include/gmp2/gmp.h Hope this helps. -- Edouard G. Parmelan http://egp.free.fr

Re: Getting ant and kaffe to play nice

2000-11-06 Thread Edouard G. Parmelan
If you have slink and don't want to upgrade to potato, create the folling links (from memory): /usr/lib/libgmp.so -> /usr/lib/libgmp2.so /usr/include/gmp.h -> /usr/include/gmp2/gmp.h Hope this helps. -- Edouard G. Parmelan http://egp.free.fr -- To UNSUBSCRIBE, email to

Re: JSP error on simple page.

2000-10-27 Thread Edouard G. Parmelan
dk1.1-dev instead. Could you describe me JServ problems with Kaffe ? > > Error compiling source file: file:/var/www/index.jsp > > sun/tools/javac/Main With Kaffe, it should be at.dms.kjc.Main. -- Edouard G. Parmelan http://egp.free.fr

Re: JSP error on simple page.

2000-10-27 Thread Edouard G. Parmelan
dk1.1-dev instead. Could you describe me JServ problems with Kaffe ? > > Error compiling source file: file:/var/www/index.jsp > > sun/tools/javac/Main With Kaffe, it should be at.dms.kjc.Main. -- Edouard G. Parmelan http://egp.free.fr -- To UNSUBSCRIBE, email to [EMAIL PROTECTED]

Re: ITP: mozilla-ldapsdk (Java LDAP classes)

2000-05-24 Thread Edouard G. Parmelan
ses > > Seems unlikely. You should only get IncompatibleClassChangeError > if there is a bug in the Kaffe implementation, since the standard > classes are not allowed to change interfaces. If you discover such bug, could you send a bug report e-mail to kaffe@rufus.w3.org ? -- Edouard G. Parmelan http://egp.free.fr

Re: string to float, double, ..

2000-04-25 Thread Edouard G. Parmelan
ion > using Integer.parseInt().. float Float.parseFloat(String) Float Float.valueOf(String) or double Double.parseDouble(String) Double Double.valueOf(String) -- Edouard G. Parmelan http://egp.free.fr

Re: Please help: JServ logging not solved yet

2000-04-20 Thread Edouard G. Parmelan
; } } Then, in your servlet (may be in a constructor) add: PrintStream log = new LogThruServlet (this); System.setOut(log); System.setErr(log); Hope this help. -- Edouard G. Parmelan http://egp.free.fr

Re: Please help: JServ logging not solved yet

2000-04-20 Thread Edouard G. Parmelan
java": > > 5. public class LogWriter extends PrintStream > <---> > *** Error: No match was found for constructor "PrintStream()". Class PrintStream have only constructors: PrintStream(OutputStream out) and PrintStream(OutputStream out, boolean autoFlush).

Re: New version of the Debian-java FAQ

2000-02-22 Thread Edouard G. Parmelan
notes: You wrote Kaffee and Kafee in place of `Kaffe'. Kaffe came also with a jar tool. Link to fastjar is broken. -- Edouard G. Parmelan http://egp.free.fr

Re: FAQ-java draft

2000-02-18 Thread Edouard G. Parmelan
It can be found at http://www.dms.at/kopi. -- Edouard G. Parmelan http://egp.free.fr

Re: Java on HURD, success

2000-01-07 Thread Edouard G. Parmelan
his add the following option to configure: --with-threads=unix-pthreads Note that this will only work with GLIBC 2.1.2 or later. -- Edouard G. Parmelan http://egp.free.fr

Re: Someone to test/package kjc/Kopi?

1999-12-08 Thread Edouard G. Parmelan
990804-snap-0.1. This one don't use KJC. KJC was include with Kaffe on Wed Oct 13 1999. KOPI Team is releasing version 1.4A of KJC in few days (may be this night). I have no glue to create a new package but I can help you with KJC. -- Edouard G. Parmelan http://egp.free.fr

Re: Someone to test/package kjc/Kopi?

1999-12-08 Thread Edouard G. Parmelan
Stephane Bortzmeyer wrote: > Yet Another Free Java Compiler, this time written in Java, and GPL: > > http://www.dms.at/kjc/ KOPI Java Compiler (kjc) is include in Kaffe since release 1.0.5. -- Edouard G. Parmelan http://egp.free.fr