Re: java.home
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. Obviously, this breaks anything which is expecting
> > to be run within a JDK (principally JEdit, right now), as it can't find
> > a compiler, etc.
>
> I also have problem of this kind (ant cannot find javac compiler).
> Solution:
>
> export JAVA_HOME=/usr/lib/j2sdk1.3
>
> Maybe this will help you too.
Doesn't work, unfortunately. In fact, the error message from JEdit
specifically says it won't help.
--
Geoff Beaumont
Geoff@stormhammer.com
--
To UNSUBSCRIBE, email to debian-java-request@lists.debian.org
with a subject of "unsubscribe". Trouble? Contact listmaster@lists.debian.org
Reply to:
- References:
- java.home
- From: Geoff Beaumont <Geoff@stormhammer.com>
- Re: java.home
- From: Kamil Podlesak <kpodles@students.zcu.cz>