Hi, To support Sun first update of JDK6, I had to add the following lines to /usr/share/java-package/sun-j2sdk.sh (sorry no patch, only 5 lines...)
"jdk-6u"[0-9]"-linux-i586.bin") # SUPPORTED j2se_version=1.6.0+update${archive_name:6:1} j2se_expected_min_size=62 found=true ;; I suppose there are similar updates for JRE and amd64... -- Pierre Métras