Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 6 Feb 2001 23:29:56 -0800
From:      Josef Grosch <jgrosch@mooseriver.com>
To:        hackers@freebsd.org
Subject:   Interesting Java problem
Message-ID:  <20010206232956.A79269@mooseriver.com>

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




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