From owner-freebsd-java@FreeBSD.ORG Sun Jul 24 08:25:55 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 3FE7716A41F for ; Sun, 24 Jul 2005 08:25:55 +0000 (GMT) (envelope-from madrus@bobcpp.co.id) Received: from bobcpp.co.id (211.subnet206.astinet.telkom.net.id [203.130.206.211]) by mx1.FreeBSD.org (Postfix) with SMTP id 490EB43D46 for ; Sun, 24 Jul 2005 08:25:49 +0000 (GMT) (envelope-from madrus@bobcpp.co.id) Received: (qmail 1589 invoked from network); 24 Jul 2005 08:36:16 -0000 Received: from unknown (HELO bobcpp.co.id) (203.130.206.210) by ns.bobcpp.co.id with SMTP; 24 Jul 2005 08:36:16 -0000 Received: from 10.249.7.57 (SquirrelMail authenticated user madrus) by webmail.bobcpp.co.id with HTTP; Sun, 24 Jul 2005 15:20:28 +0700 (JAVT) Message-ID: <4275.10.249.7.57.1122193228.squirrel@webmail.bobcpp.co.id> Date: Sun, 24 Jul 2005 15:20:28 +0700 (JAVT) From: To: In-Reply-To: References: X-Mailer: SquirrelMail (version 1.2.0 [rc2]) MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit 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 08:25:55 -0000 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 ??? thanks. ~madrus~ > ________________ Original message ________________ > Subject: Re: How to install JDK 1.4 on FreeBSD 5.4 > Author: "Jonathan Chen" > Date: 21st July 2005 6:11:29 > > On Thu, Jul 21, 2005 at 11:26:22AM +0700, madrus@bobcpp.co.id wrote: >> Sorry, i am newbie in Java FreeBSD, >> I don't understand how to install JDK 1.4 on FreeBSD 5.4, > > Basically: > > # cd /usr/ports/java/jdk14 > # make install > > It will stop a couple of times with things that you need to do. Read > the instructions and follow them. If you have a problem, then ask us > providing *EXACT* details and screen output. > > Cheers. > -- > Jonathan Chen > _______________________________________________ > freebsd-java@freebsd.org mailing list > http://lists.freebsd.org/mailman/listinfo/freebsd-java > To unsubscribe, send any mail to "freebsd-java-unsubscribe@freebsd.org"