Hi Guilhem,
Thank you for looking into my problem.
From: Guilhem Lavaux <[EMAIL PROTECTED]>
Subject: Re: [kaffe] Apache Jakarta Commons Net does not work on Linux
Date: Wed, 03 Aug 2005 19:10:21 +0200
> Btw, I haven't got the assert error you mentioned. It should be a
> pr
ising protections around them. (What is Linux
2.6.7-co-0.6.2 ?)
Regards,
Guilhem.
On Wed, 2005-08-03 at 23:46 +0900, Ito Kazumitsu wrote:
> From: Ito Kazumitsu <[EMAIL PROTECTED]>
> Subject: [kaffe] Apache Jakarta Commons Net does not work on Linux
> Date: Tue, 02 Aug 2005
From: Ito Kazumitsu <[EMAIL PROTECTED]>
Subject: [kaffe] Apache Jakarta Commons Net does not work on Linux
Date: Tue, 02 Aug 2005 00:10:49 +0900 (JST)
> I have found that apache Jakarta Commons Net does not work
> with current Kaffe on Linux.
I slightly changed the test program
Hi,
I have found that apache Jakarta Commons Net does not work
with current Kaffe on Linux.
Test program:
$ cat TestCommonsNet.java
import org.apache.commons.net.ftp.*;
public class TestCommonsNet {
public static void main(String[] args) throws Exception {
String hostName = args[0];
i