File jni_md.h

2002-04-01 Thread Drew Lane
Blackdown Java 1.3.1-02a for PPC I'm trying to recompile a program written in Java which make some native calls written in C. I'm getting the error: jni_md.h: No such file or directory I know that some people have recompiled this program on Intel boxes, so is this a problem with Blackdown

RE: File jni_md.h

2002-04-01 Thread Alex Malone
Add the following to your CFLAGS and fill in the Java SDK directory. -Ij2sdk directory/include/linux/ -Original Message- From: Drew Lane [mailto:[EMAIL PROTECTED]] Sent: Monday, April 01, 2002 9:33 AM To: java-linux Subject: File jni_md.h Blackdown Java 1.3.1-02a for PPC I'm trying

Re: File jni_md.h

2002-04-01 Thread Drew Lane
OK, I think I got this fixed by changing a path in the Makefile. However, there seem to be a lot of missing fonts when I run the program. (?) (I see lots of warnings in the console) Drew -- To UNSUBSCRIBE, email to [EMAIL

Re: File jni_md.h

2002-04-01 Thread jordan muscott
Does replacing your JAVA_HOME/jre/lib/font.properties file with this one : http://java.sun.com/j2se/1.3/font.properties help at all? regards, jordan. On Mon, 01 Apr 2002 11:27:27 -0700 Drew Lane [EMAIL PROTECTED] wrote: OK, I think I got this fixed by changing a path in the Makefile.