Date: Fri, 23 Nov 2001 15:46:12 +0300 From: "Alec Kalinin" <alec@compunet.comch.ru> To: java@FreeBSD.ORG Subject: May be jdk1.3.1-b5 bug Message-ID: <14621463943.20011123154612@compunet.comch.ru> In-Reply-To: <200111221137.fAMBb1n10075@zaphod.euronet.nl> References: <20011119161722.A56021@shikima.mine.nu> <200111221108.fAMB8Ne07123@zaphod.euronet.nl> <20011122113154.A14283@shikima.mine.nu> <200111221137.fAMBb1n10075@zaphod.euronet.nl>
next in thread | previous in thread | raw e-mail | index | archive | help
Hello!
I try to extract rar archive with 400 files. I use
Process arcProcess =
Runtime.getRuntime().exec(new String[] { "unrar", "x", "arc.rar");
arcProcess.waitFor();
And this process is hangs near extracting of 150 file.
On jdk1.2.2 all work correctly.
--
Best regards,
Alec mailto:alec@compunet.comch.ru
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-java" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?14621463943.20011123154612>
