Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 17 Feb 1998 17:35:21 -0600 (CST)
From:      Damon Permezel <dap@damon.com>
To:        joki@kuebart.stuttgart.netsurf.de (Joachim Kuebart)
Cc:        freebsd-java@FreeBSD.ORG
Subject:   Re: appletviewer Problem
Message-ID:  <199802172335.RAA07632@damon.com>
In-Reply-To: <199802180025.BAA08248@yacht.domestic.de> from Joachim Kuebart at "Feb 18, 98 01:25:50 am"

next in thread | previous in thread | raw e-mail | index | archive | help
"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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?199802172335.RAA07632>