Software Update: Oracle Java 7 Update 40

Spread the love

Oracle has released update 40 for version 7.0 of both the Java Standard Edition development kit and runtime environment. This is a regular and scheduled update, which over six hundred problems should help. In addition, there are also some new features, such as support for Retina displays on OS X and additional warnings, such as when the installed Java version is too old or when unsigned Java applets are launched.

New Features and Changes

  • Retina Display support on Mac OS X
    Retina screens will now display content correctly. Previously rendering had been blurry. see 8000629.
  • Deployment Rule Set
    Deployment rule set allows a desktop administrator to control the level of Java client compatibility and default prompts across an organization.
    For a summary of this feature, see Deployment Rule Set documentation.
  • Option to disable the “JRE out of date” warning
    Starting from 7u40, a new deployment property deployment.expiration.check.enabled is available. This property can be used to disable the “JRE out of date” warning.
    When the installed JRE (7u10 or later), falls below the security baseline or passes it’s built-in expiration date, an additional warning is shown to users to update their installed JRE to the latest version. For businesses that manage the update process centrally, users attempting to update their JRE individually, may cause problems.
    To suppress this specific warning message, add the following entry in the deployment properties file: deployment.expiration.check.enabled=false
    For more information, see Deployment Configuration File and Properties.
  • New Security Warnings for Unsigned and Self-Signed Applications
    New warnings are added in the dialogs for Unsigned and Self-Signed applications.
    From the dialogs for Unsigned and Self-Signed applets, “Remember this decision” option has been removed. In addition, the previously remembered decisions for self-signed and unsigned applets will be ignored.
    For more information, see Security Dialogs.
  • Local Applets return NULL for DocumentBase
    Beginning with JDK 7u40, an applet’s getDocumentBase() method will return NULL when the applet is running from the local file system.
    If applet needs to load resource, here are the options:
    • If the resource is in the applet’s JAR(s), the user should be able to load it with class ClassLoader getResoruceAsStream directly, without needing the codebase information.
    • If the resource is in an arbitrary location, which is not inside the applet’s JAR(s), the user must have other ways to get to that location, since it is not part of the applet resource. For example, the user.home java system property, provided their applet has all-permissions.
  • JAXP Security Improvements
    JDK 7u40 release contains Java API for XML Processing (JAXP) 1.5, which adds the ability to restrict the set of network protocols that may be used to fetch external resources. For more information, see JEP 185: JAXP 1.5: Restrict Fetching of External Resources.
  • Default x.509 Certificates Have Longer Key Length
    Starting from 7u40, the use of x.509 certificates with RSA keys less than 1024 bits in length is restricted. This restriction is applied via the Java Security property, jdk.certpath.disabledAlgorithms. The default value of jdk.certpath.disabledAlgorithms is now as follows: jdk.certpath.disabledAlgorithms=MD2, RSA keySize < 1024
    In order to avoid the compatibility issue, users who use X.509 certificates with RSA keys less than 1024 bits, are recommended to update their certificates with stronger keys. As a workaround, at their own risk, users can adjust the key size to permit smaller key sizes through the security property jdk.certpath.disabledAlgorithms.
    For more information, see Java PKI Programmer’s Guide or JSSE Reference Guide.
  • Bug Fixes
    For a list of bug fixes included in this release, see JDK 7u40 Bug Fixes page.

Version number 7 update 40
Release status Final
Operating systems Windows 7, Java, Windows XP, macOS, Solaris, Windows Server 2003, Windows Vista, Windows Server 2008, Windows Server 2012, Windows 8
Website Oracle
Download http://java.com/en/download/manual.jsp
License type Freeware
You might also like