Skip site navigation (1)Skip section navigation (2)
Date:      Mon, 10 Mar 2003 19:30:02 +0800
From:      leafy <leafy@leafy.idv.tw>
To:        freebsd-java@FreeBSD.ORG
Subject:   Re: ports/java/jdk14 and jni_md.h
Message-ID:  <20030310113002.GA597@leafy.idv.tw>
In-Reply-To: <20030310103439.GC12316@starjuice.net>
References:  <20030310094649.GA12316@starjuice.net> <20030310095100.GA2149@leafy.idv.tw> <20030310103439.GC12316@starjuice.net>

next in thread | previous in thread | raw e-mail | index | archive | help
On Mon, Mar 10, 2003 at 12:34:39PM +0200, Sheldon Hearn wrote:
> Were you suggesting this as a test, or as "the correct approach"?  I'm
> in favour of something that doesn't require modification of every
> consumer, unless those consumers are breaking a well-established rule.
> 
> Ciao,
> Sheldon.
By looking  at default linux-jdk installation, their jni.h has:

/* jni_md.h contains the machine-dependent typedefs for jbyte, jint
   and jlong */

#include "jni_md.h"

which is the same as our bsd port. So I assume this is the standard way of doing it (ie, to change your Makefile).

Cheers,

Jiawei

-- 
"Without the userland, the kernel is useless."
                                     --inspired by The Tao of Programming

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?20030310113002.GA597>