Subject: Re: java 1.4 ?
To: None <tech-pkg@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: tech-pkg
Date: 03/16/2002 23:23:56
In article <20020316205352.GA12592@netmeister.org>,
Jan Schaumann <jschauma@netbsd.org> wrote:
>Hi all,
>
>So Sun came out with a new JDK/JRE, but unfortunately they decided to no
>longer allow the "-classic" JVM.  From what I see, it only runs the
>"Hotspot" JVM, which fails under NetBSD 1.5.3_ALPHA with the following
>error-message:
>
>Java HotSpot(TM) Client VM warning: cannot install alternate signal stack
>Error occurred during initialization of VM
>Could not reserve enough space for object heap
>
>Any idea how to rectify this misbehaviour?

what binary are you using?

If you are using the solaris binary, then you need to implement the thread
system calls for solaris.
If you are using the linux binary, then you need to implement real time
signal support for linux.

[and for either you need to upgrade to /current]

christos