"John Keiser" <[EMAIL PROTECTED]> writes:

>       Hey guys, I have classpath.zip all bundled up now (it's about 150K,
> incidentally), and I'm just gonna leave it that way while I integrate with
> Japhar.
>       What I need now is the native libs.  Is there some easy way to configure
> Classpath so that it can actually build the libraries?  There's nothing I
> know of ... I remember seeing a "VMINCLUDE" directive to find jni.h, but I
> am not sure where to set it.  I can kludge something together to get the
> libraries working, but I'd rather not if there is an "accepted" way to do
> it.

I don't know about accepted, but I added the VMINCLUDE stuff so that
the native libraries I wrote for java.io would compile.  VMINCLUDE is
set if you run configure with either --with-japhar=<japhar-path> or
--with-sun-jdk=<jdk-path>.  You can then use @VMINCLUDE@ in your
Makefile.am (as in native/java.io/Makefile.am).

-- 
Geoff Berry

Reply via email to