From owner-freebsd-java Thu Feb 14 11:14:22 2002 Delivered-To: freebsd-java@freebsd.org Received: from daedalus.cs.brandeis.edu (daedalus.cs.brandeis.edu [129.64.3.179]) by hub.freebsd.org (Postfix) with ESMTP id 2127137B41D for ; Thu, 14 Feb 2002 11:14:17 -0800 (PST) Received: from localhost (meshko@localhost) by daedalus.cs.brandeis.edu (8.9.3/8.9.3) with ESMTP id OAA14252; Thu, 14 Feb 2002 14:14:08 -0500 Date: Thu, 14 Feb 2002 14:14:08 -0500 (EST) From: Mikhail Kruk To: Bill Huey Cc: Guerry Semones , Subject: Re: Need info for compiling JDK1.3.1 on FreeBSD with Native Threads In-Reply-To: <20020214190716.GA1472@gnuppy.monkey.org> Message-ID: MIME-Version: 1.0 Content-Type: TEXT/PLAIN; charset=US-ASCII Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk List-ID: List-Archive: (Web Archive) List-Help: (List Instructions) List-Subscribe: List-Unsubscribe: X-Loop: FreeBSD.org > Which means nothing since Win32 has different things happening > within it. You can't just call that function without initializing > the environment the JVM lives in (mmaps, threading, weak symbol > resolution) which is why the JVM should be started first and then > some kind of native method is used to initialize your C++ > program, run it, etc... > > The JVM environment should be the program driving the coexisting > program. > > I mean, what did you expect ? ;-) Wait, what he is trying to do should be compltely possible and a legal thing to do. Linux and Solaris allow that. If JNI support works this should be possible. Maybe he just needs native threads? To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message