Skip site navigation (1)Skip section navigation (2)
Date:      Wed, 08 Nov 2000 10:29:20 +0100
From:      "Koster, K.J." <K.J.Koster@kpn.com>
To:        freebsd-java@FreeBSD.ORG
Cc:        'Maxim Sobolev' <sobomax@FreeBSD.ORG>
Subject:   RE: java was not found in /bin/i386/green_threads/java
Message-ID:  <59063B5B4D98D311BC0D0001FA7E4522026D79C6@l04.research.kpn.com>

next in thread | raw e-mail | index | archive | help
> 
> 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




Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?59063B5B4D98D311BC0D0001FA7E4522026D79C6>