[dundee] java
Andrew Clayton
dundee at lists.lug.org.uk
Sun Dec 8 20:26:01 2002
On Sun, 2002-12-08 at 19:48, Keir Lawson wrote:
> i tried setting the JAVA_HOME vairible to usr/bin/java and then running the installer agian but to no avail.
Yeah, but JAVA_HOME normally points to the location of the full java
sdk/jre, which also contains classes and stuff.
Like this...
[andrew@delta j2sdk1.3.1]$ ls -l
total 5020
drwxr-xr-x 3 root root 4096 Oct 24 2001 bin
-rw-r--r-- 1 root root 916 Jun 27 2001 CHANGES
-rw-r--r-- 1 root root 4003 Jun 27 2001 COPYRIGHT
drwxr-xr-x 6 root root 4096 Jun 27 2001 demo
drwxr-xr-x 3 root root 4096 Jun 27 2001 include
drwxr-xr-x 3 root root 4096 Jun 27 2001 include-old
-rw-r--r-- 1 root root 3338 Jun 27 2001 INSTALL
drwxr-xr-x 5 root root 4096 Jun 27 2001 jre
drwxr-xr-x 3 root root 4096 Jun 27 2001 lib
-rw-r--r-- 1 root root 11287 Jun 27 2001 LICENSE
drwxr-xr-x 4 root root 4096 Jun 27 2001 man
-rw-r--r-- 1 root root 6199 Jun 27 2001 README
-rw-r--r-- 1 root root 14040 Jun 27 2001 README.html
-rw-r--r-- 1 root root 5049582 Jun 27 2001 src.jar
[andrew@delta j2sdk1.3.1]$
> --
> religion is the opium of the masses Marx
>
Andrew Clayton