Hi,

After a fresh install of SL5.0 I find I have the following broken links in
the root directory:

==============================================================
lrwxrwxrwx  1 root root    50 May  8 17:35 jawt.h ->
/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/include/jawt.h
lrwxrwxrwx  1 root root    59 May  8 17:35 jawt_md.h ->
/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/include/linux/jawt_md.h
lrwxrwxrwx  1 root root    49 May  8 17:35 jni.h ->
/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/include/jni.h
lrwxrwxrwx  1 root root    52 May  8 17:35 jni_md.h ->
/usr/lib/jvm/java-1.4.2-gcj-1.4.2.0/include/jni_md.h
==============================================================

These header files exist:

==============================================================
[root@zim /]# locate jawt.h
/jawt.h
/usr/java/jdk1.5.0_11/include/jawt.h
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/jawt.h

[root@zim /]# locate jawt_md.h
/jawt_md.h
/usr/java/jdk1.5.0_11/include/linux/jawt_md.h
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/jawt_md.h

[root@zim /]# locate jni.h
/jni.h
/usr/java/jdk1.5.0_11/include/jni.h
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/jni.h

[root@zim /]# locate jni_md.h
/jni_md.h
/usr/java/jdk1.5.0_11/include/linux/jni_md.h
/usr/lib/gcc/i386-redhat-linux/4.1.1/include/jni_md.h
==============================================================

So I was wondering where these links were supposed to be placed in the
directory tree and which one of the actual header files should be the
referent of the link.

Much thanks,

-Dave