Date: Sun, 24 Jul 2005 16:49:40 +0300 From: Panagiotis Astithas <past@ebs.gr> To: Jonathan Chen <jonc@chen.org.nz> Cc: madrus@bobcpp.co.id, freebsd-java@freebsd.org Subject: Re: How to install JDK 1.4 on FreeBSD 5.4 Message-ID: <42E39C74.5010800@ebs.gr> In-Reply-To: <20050724113150.GA42544@osiris.chen.org.nz> References: <jfSJKFHGmnLH.gQTVzFqS@10.249.1.155> <4275.10.249.7.57.1122193228.squirrel@webmail.bobcpp.co.id> <20050724113150.GA42544@osiris.chen.org.nz>
next in thread | previous in thread | raw e-mail | index | archive | help
Jonathan Chen wrote: > [ Please don't top-post] > On Sun, Jul 24, 2005 at 03:20:28PM +0700, madrus@bobcpp.co.id wrote: > >>Dear miliser, >>I still get problem when installing java port on FreeBSD. >>The Error message like this: >>------------------ >>/usr/local/jdk1.4.2/include/jni.h:27:20: jni_md.h: No such file or >>directory >>In file included from src/org/freebsd/io/comm/libSerial.c:32: >>/usr/local/jdk1.4.2/include/jni.h:45: error: syntax error before "jsize" >>------------------ >> >>when i try to use jni.h in linux directory then the installation >>is OK but when running the serial programe appear same error as >>i told you before. >> >>where can i find jni.h for FreeBSD ??? > > > jni.h comes with the java/jdk14 . You have *NOT* given us enough > information about what you are doing. Have you installed java/jdk14? > What did you do? Please provide us with all the details of: > > 1. what you're trying to achieve. > 2. what you did to achieve this. > > Cheers. I would guess that this error is coming from compiling libSerial.c with insufficient arguments, i.e. with "-I/usr/local/jdk1.4.2/include" but without "-I/usr/local/jdk1.4.2/include/freebsd". Of course one cannot be sure without more detailed information. Cheers, Panagiotis
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?42E39C74.5010800>