Comment 4 for bug 1096546

Revision history for this message
Anton Asche (aasche) wrote :

>The bugfix work forme. Thank you aasche.
No problem :)

Errata: the fix above is for the JDK. If you want to build your own packages of the JRE, change

"jre-7u"[0-9]"-FILENAME") # SUPPORTED
     j2se_version=1.7.0+update${archive_name:6:1}${revision}

to:

"jre-7u"[0-9][0-9]"-FILENAME") # SUPPORTED
     j2se_version=1.7.0+update${archive_name:6:2${revision}

Test successfully with Oracle Java 7 Update 10 and 11 JREs.