From owner-freebsd-java Wed Nov 8 1:29:27 2000 Delivered-To: freebsd-java@freebsd.org Received: from hermes.research.kpn.com (hermes.research.kpn.com [139.63.192.8]) by hub.freebsd.org (Postfix) with ESMTP id DF38637B4C5; Wed, 8 Nov 2000 01:29:25 -0800 (PST) Received: from l04.research.kpn.com (l04.research.kpn.com [139.63.192.204]) by research.kpn.com (PMDF V5.2-31 #42699) with ESMTP id <01JWALS3X8YU000YSD@research.kpn.com>; Wed, 8 Nov 2000 10:29:21 +0100 Received: by l04.research.kpn.com with Internet Mail Service (5.5.2650.21) id ; Wed, 08 Nov 2000 10:29:21 +0100 Content-return: allowed Date: Wed, 08 Nov 2000 10:29:20 +0100 From: "Koster, K.J." Subject: RE: java was not found in /bin/i386/green_threads/java To: freebsd-java@FreeBSD.ORG Cc: 'Maxim Sobolev' Message-id: <59063B5B4D98D311BC0D0001FA7E4522026D79C6@l04.research.kpn.com> MIME-version: 1.0 X-Mailer: Internet Mail Service (5.5.2650.21) Content-type: text/plain; charset="iso-8859-1" Sender: owner-freebsd-java@FreeBSD.ORG Precedence: bulk X-Loop: FreeBSD.org > > Have you got Linux emulation actually on? > This is rapidly becoming a FAQ. Is there any way for the port to check that the linux-emu is up-and-running automatically? Perhaps add something to the sanity check like: if [ X`.../linux.../java -version | grep 1.2.2` == X ] then echo "Please turn on the linux-emu in /etc/rc.conf" exit 1 fi Hmm... or something. :-) Alternately (better, perhaps) we could add this to the .java_wrapper script of the Linux JDK in the ports collection. That would also help people who are not building JDK's themselves. Kees Jan ================================================ You are only young once, but you can stay immature all your life. To Unsubscribe: send mail to majordomo@FreeBSD.org with "unsubscribe freebsd-java" in the body of the message