Version 0.50ubuntu1 in 12.10 doesn't support Oracle Java 7 Updates with
two digits (fixed in 13.04?). Bugfix is easy, following files must be
changed:

*  /usr/share/java-package/oracle-j2re.sh
*  /usr/share/java-package/oracle-j2sdk.sh
* /usr/share/java-package/oracle-j2sdk-doc.sh

Replace any occurrence of:

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

with:

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

Please don't change FILENAME - it's only a placeholder here.

-- 
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.
https://bugs.launchpad.net/bugs/1096546

Title:
  Failed to work with jdk7u10. No matching plugin was found

To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/java-package/+bug/1096546/+subscriptions

-- 
ubuntu-bugs mailing list
ubuntu-bugs@lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs

Reply via email to