From owner-freebsd-java Tue Feb 17 15:37:07 1998 Return-Path: Received: (from majordom@localhost) by hub.freebsd.org (8.8.8/8.8.8) id PAA21580 for freebsd-java-outgoing; Tue, 17 Feb 1998 15:37:07 -0800 (PST) (envelope-from owner-freebsd-java@FreeBSD.ORG) Received: from damon.com (MIC3gmVY4sZxF4Rhf9oH9+yPVlxuISAn@damon.com [207.170.114.1]) by hub.freebsd.org (8.8.8/8.8.8) with ESMTP id PAA21508 for ; Tue, 17 Feb 1998 15:36:40 -0800 (PST) (envelope-from dap@damon.com) Received: (from dap@localhost) by damon.com (8.8.7/8.8.7) id RAA07632; Tue, 17 Feb 1998 17:35:21 -0600 (CST) (envelope-from dap) From: Damon Permezel Message-Id: <199802172335.RAA07632@damon.com> Subject: Re: appletviewer Problem In-Reply-To: <199802180025.BAA08248@yacht.domestic.de> from Joachim Kuebart at "Feb 18, 98 01:25:50 am" To: joki@kuebart.stuttgart.netsurf.de (Joachim Kuebart) Date: Tue, 17 Feb 1998 17:35:21 -0600 (CST) Cc: freebsd-java@FreeBSD.ORG X-Mailer: ELM [version 2.4ME+ PL32 (25)] MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: 8bit Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org "Joachim Kuebart sez: " > Hi, > > IÄm using the latest jdk1.1.5, but my appletviewer refuses to work > when I enter URLs instead of file names. Sometimes the Applet starts > but doesn't run, and sometimes it just locks without even opening a > window. Does this work better for anyone else? > What is the output of "java -version"? what version of the OS are you running? What happens if you do: pid=the_pid_of_the_java_running_the_appletviewer while :; do kill -IO $pid sleep 1 done Does this help? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message