https://bugzilla.novell.com/show_bug.cgi?id=331680 User mvyskocil@novell.com added comment https://bugzilla.novell.com/show_bug.cgi?id=331680#c4 Michal Vyskocil <mvyskocil@novell.com> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|ASSIGNED |RESOLVED Resolution| |LATER --- Comment #4 from Michal Vyskocil <mvyskocil@novell.com> 2007-12-05 08:59:57 MST --- So, the problem is that build process calls the jar -i command to produce index. But in fact this command also damage the rt.jar, which is necessary for Java. Fortunately this damage is not significant, because many of the Java programs works without this problem. The workaround is to download the proper version of JDK from [https://jdk-distros.dev.java.net/developer.html], unpack it (sh jdk-6u3-dlj-linux-[i586|amd64].bin --accept-license --unpack) and type mv jdk1.6.0_03/jre/lib/rt.jar /usr/lib64/jvm/java-1.6.0.u3.sr2-sun-1.6.0.u3/jre/lib/rt.jar After that, both of the tests will produce the proper results: $ java test package java.lang, Java Platform API Specification, version 1.6 $ java Main Prop : 1.6 sun.util : 1.6 java.util : 1.6 java.net : 1.6 java.lang.annotation : 1.6 sun.reflect.misc : 1.6 sun.security.provider : 1.6 sun.net.www.protocol.jar : 1.6 sun.security.action : 1.6 java.nio.charset : 1.6 java.io : 1.6 sun.nio : 1.6 sun.net.www : 1.6 java.lang.ref : 1.6 java.lang : 1.6 sun.misc : 1.6 sun.net.www.protocol.file : 1.6 java.util.concurrent : 1.6 java.util.concurrent.atomic : 1.6 java.nio.charset.spi : 1.6 java.nio : 1.6 java.util.concurrent.locks : 1.6 sun.reflect : 1.6 java.security : 1.6 java.lang.reflect : 1.6 sun.security.util : 1.6 sun.nio.cs : 1.6 java.security.cert : 1.6 It will be fixed in a next update of Java. -- Configure bugmail: https://bugzilla.novell.com/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are on the CC list for the bug.