tags 355793 + patch
thanks

Hi,

the attached patch fixes this bug.

Thomas
--- src/jikes-sun-      2006-09-02 13:17:09.817467000 +0200
+++ src/jikes-sun       2006-09-02 13:17:44.899659500 +0200
@@ -6,6 +6,10 @@
                        JPATH=/usr/lib/j2${path_type}${version}-sun/lib
                        break 2
                fi
+               if [ -e /usr/lib/j2${path_type}${version}-sun/jre/lib/rt.jar ]; 
then
+                       JPATH=/usr/lib/j2${path_type}${version}-sun/jre/lib
+                       break 2
+               fi
        done
 done
 

Reply via email to