Subject: Re: Java Virtual Machine on NetBSD/Sparc (1.4.2)
To: None <port-sparc@netbsd.org>
From: Christos Zoulas <christos@zoulas.com>
List: port-sparc
Date: 02/05/2001 02:56:17
In article <Pine.WNT.4.32.0102042044460.-17441-100000@xpc.int.duh.org>,
Todd Vierling <tv@wasabisystems.com> wrote:
>On Mon, 5 Feb 2001, Tim Walls wrote:
>
>One note on this: Since NetBSD doesn't support Solaris native threads,
>you'll need to run this in "green threads" mode.  Some 1.2.2 tarballs do
>this by default, but some default to "native threads".  To make sure you're
>using green threads, hack the .java_wrapper script to make sure the default
>is "green".

It is *much* simpler to just change the order in jre/lib/jvm.cfg to have
-classic first. This is what the file is there for.

christos