jni.h and jni_md.h in jdk 1.4.1

Marc van Kempen marc at bowtie.nl
Tue Apr 1 05:00:14 PST 2003


Hi,

jni_md.h gets included in jni.h as follows:

#include "jni_md.h"

But that file sits in the subdirectory "bsd". This means that while compiling one should specify 
-I.../include/bsd, but that is a platform specific directory isn't it?

So shouldn't that line read:

#include "bsd/jni_md.h"

?

(I needed that for kde 3.1.1, with this change java gets detected correctly)

Regards,
Marc.
-- 
----------------------------------------------------
Marc van Kempen               tel. +31 40 2 64 98 60
BowTie Technology             fax. +31 40 2 64 98 61
Raiffeisenstraat 7             mailto:marc at bowtie.nl
5611 CH  Eindhoven              http://www.bowtie.nl
----------------------------------------------------




More information about the freebsd-java mailing list