From owner-freebsd-java@FreeBSD.ORG Sun Jul 24 11:31:52 2005 Return-Path: X-Original-To: freebsd-java@freebsd.org Delivered-To: freebsd-java@freebsd.org Received: from mx1.FreeBSD.org (mx1.freebsd.org [216.136.204.125]) by hub.freebsd.org (Postfix) with ESMTP id 9745A16A41F for ; Sun, 24 Jul 2005 11:31:52 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: from chen.org.nz (chen.org.nz [210.54.19.51]) by mx1.FreeBSD.org (Postfix) with ESMTP id 33F0243D4C for ; Sun, 24 Jul 2005 11:31:52 +0000 (GMT) (envelope-from jonc@chen.org.nz) Received: by chen.org.nz (Postfix, from userid 1000) id A0CB956435; Sun, 24 Jul 2005 23:31:50 +1200 (NZST) Date: Sun, 24 Jul 2005 23:31:50 +1200 From: Jonathan Chen To: madrus@bobcpp.co.id Message-ID: <20050724113150.GA42544@osiris.chen.org.nz> References: <4275.10.249.7.57.1122193228.squirrel@webmail.bobcpp.co.id> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <4275.10.249.7.57.1122193228.squirrel@webmail.bobcpp.co.id> User-Agent: Mutt/1.4.2.1i Cc: freebsd-java@freebsd.org Subject: Re: How to install JDK 1.4 on FreeBSD 5.4 X-BeenThere: freebsd-java@freebsd.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: Porting Java to FreeBSD List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , X-List-Received-Date: Sun, 24 Jul 2005 11:31:52 -0000 [ 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. -- Jonathan Chen ---------------------------------------------------------------------- When you don't know what you are doing, do it neatly.