From owner-freebsd-questions Sun Feb 11 9: 1:27 2001 Delivered-To: freebsd-questions@freebsd.org Received: from kronos.hostuniverse.net (gep18-5.nyircatv.broadband.hu [195.184.160.117]) by hub.freebsd.org (Postfix) with ESMTP id BEE5737B491 for ; Sun, 11 Feb 2001 09:01:23 -0800 (PST) Received: (from witch@localhost) by kronos.hostuniverse.net (8.11.1/8.11.1) id f1BH1Gw01047; Sun, 11 Feb 2001 18:01:16 +0100 (CET) (envelope-from witch) Date: Sun, 11 Feb 2001 18:01:16 +0100 From: Andrew Prewett To: freebsd-questions@FreeBSD.ORG Cc: Gerry Subject: Re: JDK Problem Message-ID: <20010211180115.A708@kronos.hostuniverse.hu> Reply-To: Andrew Prewett Mail-Followup-To: freebsd-questions@FreeBSD.ORG, Gerry References: <000701c09449$fa601c20$0201a8c0@my.domain> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline User-Agent: Mutt/1.2.5i In-Reply-To: <000701c09449$fa601c20$0201a8c0@my.domain>; from gerryng@i.am on Mon, Feb 12, 2001 at 12:45:01AM +0800 X-Mailbox: SENT-MESSAGES Sender: owner-freebsd-questions@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.ORG On Mon, Feb 12, 2001 at 12:45:01AM +0800, Gerry wrote: > Hello, > > I have installed FreeBSD 4.2 without X in my computer. It seems that > it doesn't work with JDK1.1.8. When I try to compile the Java classes, it > shows up a core dump. Someone in newsgroup told me that I can install the > JDK in /usr/ports/java/jdk/. I typed "make", it shows up an error > "Makefile:27: *** missing separator. Stop." I found out that line 27 is > .include . So can you please tell me what the problem is > and how can I make my computer working fine with JDK? Thanks! > Make sure you using the `bsd' make from /usr/bin, not gmake to build the ports. JDK1.1.8 requires few old libraries. You can install them from /usr/src/lib/compat/compat3x.i386/. And don't forget ldconfig after, ie. `ldconfig /usr/lib/compat'. Set the PATH/CLASSPATH and you are done. Hope this helps, -Andrew To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-questions" in the body of the message