Re: java.home

2002-05-04 Thread Geoff Beaumont
j2sdk1.3/jre is a symlink to > > /usr/lib/j2re1.3 and due to realpath we end up with the latter for > > java.home. This breaks applications which try to run > > e.g. {java.home}/../bin/javac as /usr/lib/j2re1.3/../bin/javac > > (i.e. /usr/lib/bin/javac) does not exist. > 8&

Re: java.home

2002-05-04 Thread Geoff Beaumont
j2sdk1.3/jre is a symlink to > > /usr/lib/j2re1.3 and due to realpath we end up with the latter for > > java.home. This breaks applications which try to run > > e.g. {java.home}/../bin/javac as /usr/lib/j2re1.3/../bin/javac > > (i.e. /usr/lib/bin/javac) does not exist. >

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)

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)

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 > >

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 > >

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 &g

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 &g

Re: java.home

2002-04-21 Thread Geoff Beaumont
up with the latter for > java.home. This breaks applications which try to run > e.g. {java.home}/../bin/javac as /usr/lib/j2re1.3/../bin/javac > (i.e. /usr/lib/bin/javac) does not exist. 8< > We have new packages which use a different directory layout and fix > this problem. The new pack

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 anyt

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 anyt

java.home

2002-04-21 Thread Geoff Beaumont
Hi all, 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 within a JDK (principally JEdit, right now), as it can't f

java.home

2002-04-21 Thread Geoff Beaumont
Hi all, 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 within a JDK (principally JEdit, right now), as it can't f