Re: java.home

2002-05-04 Thread Geoff Beaumont
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

Re: java.home

2002-05-04 Thread Geoff Beaumont
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

Re: java.home

2002-05-01 Thread Geoff Beaumont
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_

Re: java.home

2002-05-01 Thread Geoff Beaumont
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

Re: java.home

2002-04-30 Thread Rick Lutowski
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

Re: java.home

2002-04-30 Thread Rick Lutowski
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

Re: java.home

2002-04-29 Thread Geoff Beaumont
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

Re: java.home

2002-04-29 Thread Geoff Beaumont
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

Re: java.home

2002-04-22 Thread Kamil Podlesak
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

Re: java.home

2002-04-22 Thread Kamil Podlesak
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

Re: java.home

2002-04-21 Thread Geoff Beaumont
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

Re: java.home

2002-04-21 Thread Juergen Kreileder
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

Re: java.home

2002-04-21 Thread Juergen Kreileder
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