On Mon, 2002-04-22 at 00:09, Geoff Beaumont wrote:
> On Sun, 2002-04-21 at 19:23, Juergen Kreileder wrote:
> > Geoff Beaumont <[EMAIL PROTECTED]> writes:
> > I think you mean /usr/lib/j2re1.3.
>
> That'd be the one...
>
> > The problem is that /usr/lib/j2sdk1.3/jre is a symlink to
> > /usr/lib/j2
On Mon, 2002-04-22 at 00:09, Geoff Beaumont wrote:
> On Sun, 2002-04-21 at 19:23, Juergen Kreileder wrote:
> > Geoff Beaumont <[EMAIL PROTECTED]> writes:
> > I think you mean /usr/lib/j2re1.3.
>
> That'd be the one...
>
> > The problem is that /usr/lib/j2sdk1.3/jre is a symlink to
> > /usr/lib/j
On Wed, 2002-05-01 at 00:41, Rick Lutowski wrote:
> Inability to find JDK tools such as javac means the path to your
> JDK installation directory has not been placed into PATH.
> In one of your startup scripts, like .bashrc, say something like:
>
> JAVA_HOME=; export JAVA_HOME
> PATH=$PATH:$JAVA_
On Wed, 2002-05-01 at 00:41, Rick Lutowski wrote:
> Inability to find JDK tools such as javac means the path to your
> JDK installation directory has not been placed into PATH.
> In one of your startup scripts, like .bashrc, say something like:
>
> JAVA_HOME=; export JAVA_HOME
> PATH=$PATH:$JAVA
Geoff Beaumont wrote:
>
> On Mon, 2002-04-22 at 10:54, Kamil Podlesak wrote:
> > On Sun, Apr 21, 2002 at 12:10:44PM +0100, Geoff Beaumont wrote:
> > > Can anyone tell me how java.home is determined in Java? On my system
> > > (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3 whatever
Geoff Beaumont wrote:
>
> On Mon, 2002-04-22 at 10:54, Kamil Podlesak wrote:
> > On Sun, Apr 21, 2002 at 12:10:44PM +0100, Geoff Beaumont wrote:
> > > Can anyone tell me how java.home is determined in Java? On my system
> > > (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3 whateve
On Mon, 2002-04-22 at 10:54, Kamil Podlesak wrote:
> On Sun, Apr 21, 2002 at 12:10:44PM +0100, Geoff Beaumont wrote:
> > Can anyone tell me how java.home is determined in Java? On my system
> > (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3 whatever
> > I try to prevent it. Obvious
On Mon, 2002-04-22 at 10:54, Kamil Podlesak wrote:
> On Sun, Apr 21, 2002 at 12:10:44PM +0100, Geoff Beaumont wrote:
> > Can anyone tell me how java.home is determined in Java? On my system
> > (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3 whatever
> > I try to prevent it. Obviou
On Sun, Apr 21, 2002 at 12:10:44PM +0100, Geoff Beaumont wrote:
> Can anyone tell me how java.home is determined in Java? On my system
> (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3 whatever
> I try to prevent it. Obviously, this breaks anything which is expecting
> to be run wit
On Sun, Apr 21, 2002 at 12:10:44PM +0100, Geoff Beaumont wrote:
> Can anyone tell me how java.home is determined in Java? On my system
> (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3 whatever
> I try to prevent it. Obviously, this breaks anything which is expecting
> to be run wi
On Sun, 2002-04-21 at 19:23, Juergen Kreileder wrote:
> Geoff Beaumont <[EMAIL PROTECTED]> writes:
> I think you mean /usr/lib/j2re1.3.
That'd be the one...
> The problem is that /usr/lib/j2sdk1.3/jre is a symlink to
> /usr/lib/j2re1.3 and due to realpath we end up with the latter for
> java.home
Geoff Beaumont <[EMAIL PROTECTED]> writes:
> Can anyone tell me how java.home is determined in Java? On my system
> (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3
I think you mean /usr/lib/j2re1.3.
> whatever I try to prevent it. Obviously, this breaks anything which
> is expect
Geoff Beaumont <[EMAIL PROTECTED]> writes:
> Can anyone tell me how java.home is determined in Java? On my system
> (Debian Woody, Blackdown JDK1.3) it ends up as /usr/lib/j2se1.3
I think you mean /usr/lib/j2re1.3.
> whatever I try to prevent it. Obviously, this breaks anything which
> is expec
13 matches
Mail list logo