Date: Thu, 14 Feb 2002 14:14:08 -0500 (EST) From: Mikhail Kruk <meshko@cs.brandeis.edu> To: Bill Huey <billh@gnuppy.monkey.org> Cc: Guerry Semones <gsemones@treenleaf.com>, <freebsd-java@FreeBSD.ORG> Subject: Re: Need info for compiling JDK1.3.1 on FreeBSD with Native Threads Message-ID: <Pine.LNX.4.44.0202141411260.13821-100000@daedalus.cs.brandeis.edu> In-Reply-To: <20020214190716.GA1472@gnuppy.monkey.org>
next in thread | previous in thread | raw e-mail | index | archive | help
> 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
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?Pine.LNX.4.44.0202141411260.13821-100000>