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&
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.
>
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)
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)
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
> >
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
> >
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
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
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
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
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
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
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
15 matches
Mail list logo