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
[EMAIL PROTECTED] | Micro$oft free world | www.bafug.org
To Unsubscribe: send mail to [EMAIL PROTECTED]
with "unsubscribe freebsd-hackers" in the body of the message