Skip site navigation (1)Skip section navigation (2)
Date:      Tue, 15 Feb 2000 16:08:46 +0100 (MET)
From:      Martin Dieringer <dieringe@physik.fu-berlin.de>
To:        Ernst de Haan <ernst@jollem.com>
Cc:        Nicholas Wright <nick@ist.co.uk>, lodea@vet.com.au, freebsd-java@FreeBSD.ORG
Subject:   Re: Sun JDK 1.2.2 _Final_ for Linux
Message-ID:  <Pine.OSF.4.10.10002151606510.27611-100000@sirius.physik.fu-berlin.de>
In-Reply-To: <38A9400C.9A0CA779@jollem.com>

next in thread | previous in thread | raw e-mail | index | archive | help
On Tue, 15 Feb 2000, Ernst de Haan wrote:

> Martin,
> 
> I'm afraid your patch doesnt help. I still get:
> 
>    bash-2.03$ java -version
>    /usr/local/sun-linux-jdk1.2.2/bin/java: /usr/bin/expr: not found
>    /usr/local/sun-linux-jdk1.2.2/bin/java: /usr/bin/expr: not found
>    Error: can't find libjava.so.
>    bash-2.03$

do you have /usr/bin/expr? if not, link it to /bin/expr
ln -s /bin/expr /usr/bin/

> 
> And:
> 
>    DEFAULT_THREADS_FLAG=green
> 
> didn't have to be changed, it was already enabled.

ok that's fine

martin

> 
> Ernst
> 
> 
> Martin Dieringer wrote:
> > 
> > edit bin/.java_wrapper like this:
> > 
> > # Resolve symlinks. See 4152645.
> > while [ -h "$PRG" ]; do           <<--------- -h instead of -L
> >     ls=`/bin/ls -ld "$PRG"`
> >     link=`/usr/bin/expr "$ls" : '.*-> \(.*\)$'`
> >     if /usr/bin/expr "$link" : '\/' > /dev/null; then  <<------ backslash!
> >         PRG="$link"
> >     else
> >         PRG="`/usr/bin/dirname $PRG`/$link"
> >     fi
> > 
> > and, further down:
> > DEFAULT_THREADS_FLAG=green
> > instead of "native"
> > 
> > I have the RC4 from blackdown running, with j3d and jbuilder3 working, but
> > the sun-jdk doesn't run at all...
> > 
> > martin
> > 
> > On Tue, 15 Feb 2000, Ernst de Haan wrote:
> > 
> > > Okay,
> > >
> > > I managed to get my fingers under what the Sun java executable actually
> > > tries to do, but I'm no hero with expr, so anyone care to take a look?
> > >
> > > I removed the link at /usr/bin/expr -> /bin/expr en then wrote my own
> > > shell script instead:
> > >
> > >    bash-2.03# cat /usr/bin/expr
> > >    #!/bin/sh
> > >    echo $* |tee `mktemp /tmp/expr.XX`
> > >    bash-2.03#
> > >
> > > And this is the first output (or the second)?:
> > >
> > > lrwxr-xr-x 1 root wheel 13 Feb 15 10:46
> > > /usr/local/sun-linux-jdk1.2.2/bin/java -> .java_wrapper : .*-> \(.*\)$
> > >
> > > And the second (or the first?):
> > >
> > > lrwxr-xr-x 1 root wheel 13 Feb 15 10:46
> > > /usr/local/sun-linux-jdk1.2.2/bin/java -> .java_wrapper : .*-> \(.*\)$ : /
> > >
> > > Any ideas?
> > 
> > To Unsubscribe: send mail to majordomo@FreeBSD.org
> > with "unsubscribe freebsd-java" in the body of the message


_____________________________________________________________________
Martin Dieringer                   mailto:dieringe@zedat.fu-berlin.de
Moeckernstr. 76               http://userpage.fu-berlin.de/~dieringe/
10965 Berlin                                  Tel.: 030 / 78 99 21 99




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?Pine.OSF.4.10.10002151606510.27611-100000>