From owner-freebsd-java Thu Jun 27 11:29:51 2002 Delivered-To: freebsd-java@freebsd.org Received: from calliope.cs.brandeis.edu (calliope.cs.brandeis.edu [129.64.3.189]) by hub.freebsd.org (Postfix) with ESMTP id E7C2937B4A4 for ; Thu, 27 Jun 2002 11:29:22 -0700 (PDT) Received: from localhost (meshko@localhost) by calliope.cs.brandeis.edu (8.9.3/8.9.3) with ESMTP id OAA28953 for ; Thu, 27 Jun 2002 14:29:21 -0400 Date: Thu, 27 Jun 2002 14:29:21 -0400 (EDT) From: Mikhail Kruk To: freebsd-java@FreeBSD.ORG Subject: problem report, question about OpenOffice In-Reply-To: <59063B5B4D98D311BC0D0001FA7E452205FDA7EE@l04.research.kpn.com> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org I might have reported it already, I don't remember. It's a weird problem: I have a multithreaded application, one of the threads reads from stdin using BufferedReader. When I run this program in xterm, the stdin thread blocks and stops all other threads. Running the same program w/o X (on console) -- no problem. It's jdk1.3.1p6 on 4.5-STABLE. OpenOffice question: OO can not use native jdk1.3.1, only Linux. Is this because of native threads or something else? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message