From owner-freebsd-hackers Tue Feb 6 23:30:18 2001 Delivered-To: freebsd-hackers@freebsd.org Received: from mooseriver.com (erie.mooseriver.com [205.166.121.26]) by hub.freebsd.org (Postfix) with ESMTP id D1DD037B503 for ; Tue, 6 Feb 2001 23:29:57 -0800 (PST) Received: (from jgrosch@localhost) by mooseriver.com (8.11.1/8.9.3) id f177Tuh79345 for hackers@freebsd.org; Tue, 6 Feb 2001 23:29:56 -0800 (PST) (envelope-from jgrosch) Date: Tue, 6 Feb 2001 23:29:56 -0800 From: Josef Grosch To: hackers@freebsd.org Subject: Interesting Java problem Message-ID: <20010206232956.A79269@mooseriver.com> Reply-To: jgrosch@mooseriver.com Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii X-Mailer: Mutt 1.0.1i Sender: owner-freebsd-hackers@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG I'm fooling around with java and have installed the linux port of java 1.3 on a 4.2-STABLE system (last cvsuped and make world on Jan 30). I'm running a very simple java program ; public class HelloWorld { public static void main(String[] args) { System.out.println("Hello World!"); } } It compiles cleanly but when I run it I get ; erie% java HelloWorld Hello World! Java HotSpot(TM) Client VM warning: cannot uninstall alt signal stack erie% Any ideas what I'm doing wrong? Josef -- Josef Grosch | Another day closer to a | FreeBSD 4.2 jgrosch@MooseRiver.com | Micro$oft free world | www.bafug.org To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-hackers" in the body of the message