Java Applets Mac Download



Download Java Applets for Windows to the coolest set of web-enhancing applets! If, after installing Java for OS X 2014-001 and the latest version of Java 7 from Oracle, you want to disable Java 7 and re-enable the Apple-provided Java SE 6 web plug-in and Web Start functionality, follow these steps. The next generation Java Plug-in is not enabled by default on Mac OS systems. So here are a few tips to enable the plug-in. Upgrade to a 6u17 based Java update. This support page from Apple might be helpful. Open the Java Preferences application and toggle setting to 'Run applets: in their own process'. Restart your browser and try viewing the.

I try to run a Java applet, e.g., at



in Safari 7.1 under OS X Mavericks (10.9.5) and with the latest version of Java directly from Oracle (Java 1.8.0_25, that is, Java 8u 25)):



Where the applet should show results, I have instead a message 'Error. Click for details', which produces pop-up window:


If I click the Reload button on that pop-up, I get a new pop-up:


But as I said, I already have the current Java version installed, as /Library/Internet Plut-ins/JavaAppletPlugin.plugin .


And I have enabled Java content in the browser, and even added to the Exception Site List the URL of the page:

What's wrong? What else do I need to do?


I vaguely recall that one must separately approve each individual Java applet, but I don't recall what else to do that.


Java

(This is a maddening problem I thought I knew how to solve.)

iMac, OS X Mavericks (10.9), 3.4GHz Corei7, 16GB, SSD + 2T HD

Posted on

Java™ SE Development Kit 7, Update 40 (JDK 7u40)

The full version string for this update release is 1.7.0_40-b43 (where 'b' means 'build'). The version number is 7u40.

Highlights

This update release contains several enhancements and changes including the following:

Olson Data 2013d

JDK 7u40 contains Olson time zone data version 2013d. For more information, refer to Timezone Data Versions in the JRE Software.

Security Baselines

The security baselines for the Java Runtime Environment (JRE) at the time of the release of JDK 7u40 are specified in the following table:

JRE Family VersionJRE Security Baseline (Full Version String)
71.7.0_25
61.6.0_51
5.01.5.0_51

For more information about security baselines, see Deploying Java Applets With Family JRE Versions in Java Plug-in for Internet Explorer.

Mac

JRE Expiration Date

The expiration date for JRE 7u40 is 12/10/2013. After this date, Java will provide additional warnings and reminders to users to update to the newer version. For more information, see JRE Expiration Date.

Java Mission Control (JMC) 5.2 Release Notes

Java Mission Control (JMC) is a commercial feature available for java users with a commercial License.

JDK 7u40 includes the first release of Java Mission Control (JMC) that is bundled with the Hotspot JVM. For more information, see JMC Release Notes.

JavaFX Release Notes

JavaFX is now part of JDK. JDK 7u40 release includes JavaFX version 2.2.40.

For a list of bug fixes included this release, see JavaFX Bug Fixes page.

For a list of known JavaFX issues, see Known Issues.

JDK for Linux ARM

Serviceability Agent support: Serviceability Agent (SA) is now supported in JDK for ARM.

ARM hard float support: 7u40 adds ARM Hard-Float ABI (ARMHF) support in addition to existing ARM Soft-Float ABI support. The ARMHF bundle is labeled arm-vfp-hflt.

Applet

A target system must provide access to ld-linux-armhf.so.3 dynamic linker/loader through a hard or symbolic link.

Note: The Server JIT compiler (C2) requires ARMv7.

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.

Java Start Menu (for Windows)

Starting with JDK 7u40 release, Java menu items are added to the Windows Start Menu to provide easy access to Java resources.

During JRE install, a Java folder is created in the Windows Start Menu, which contains the following items:

  • About Java: opens an About Java window that shows the latest JRE version installed on the system.
  • Check for Updates: opens the Java Control Panel with focus on the Update tab.
  • Configure Java: opens the Java Control Panel with focus on the General tab.
  • Get Help: opens the URL http://java.com/en/download/help/index.xml.
  • Visit Java.com: opens the URL http://java.com/en/.

During JDK install, a Java Development Kit folder is created in the Windows Start Menu, which contains the following items:

  • Reference Documentation: opens the Online API documentation web page.
  • Java Mission Control: opens the Java Mission Control profiling and diagnostics tools suite.

During JRE and/or JDK install and uninstall processes, the appropriate start menu items are updated to be associated with the latest JRE and/or JDK version on the system.

Note: Java Mission Control is a commercial feature available to users with a Java SE Advanced license.

Bug Fixes

For a list of bug fixes included in this release, see JDK 7u40 Bug Fixes page.

The following are some of the known issues in JDK 7u40.

Area: deploy/plugin

Synopsis: Aborting the update after clicking 'Update' on the 'Java is insecure' warning message forwards all applets to java.com/download.

When an older JRE is installed on the system, launching a web page with an applet prompts the user with 'Java is insecure' message. If the user clicks on the 'Update' button on the message but later aborts the update process, user is automatically redirected to http://java.com/download page.

This is not the expected behavior. The issue is fixed in JDK 7u40 release.

Area: deploy/plugin

Synopsis: Expired (but otherwise valid) certificate are not blocked at VeryHigh Security Level.

The issue is fixed in JDK 7u40 release.

Known Issues

The following are some of the notable bug fixes in JDK 7u40 release:

Installer

Area: install/auto_update

Synopsis: On Mac OS X update from the Java Control Panel on a system with JRE 7u25 fails to find JRE 7u40.

Mac OS X users with JRE version 7u25 installed that try to update using the Java Control Panel are told that they have the current version installed rather than being offered the option to install 7u40.

For more details see: JDK-8024640.

Workaround: Manually download JRE 7u40 for Mac OS X from java.com or OTN and install it.

JDK

Area: client/plugin

Synopsis: Locking behavior for JCP is not clear for OCSP/CRL (Adding deployment.security.validation.crl.locked property in config file does not reflect in JCP. )

Adding deployment.security.validation.crl.locked in config file does not seem to disable (gray out) Revocation Check property in Java Control Panel (JCP).

For example, a deployment property file c:WindowsSunJavaDeploymentdeployment.config file is created with the following content:

When the JCP is displayed, the mix code section will be disabled (all grayed out), but the certificate revocation section still active/changeable.

Workaround: The regression is only in display and the locking is working.

Area: client-libs/java.awt

Java applet test

Synopsis: java/awt/Frame/HugeFrame/HugeFrame.java sometimes fails on Mac OS X.

Creating huge frames in Mac OS X on some hardware does not work. The issue is known to be reproducible with Intel HD 4000 video card for frames with more than 10000 pixel size. There is no known workaround.

Area: hotspot/gc

Synopsis: New minimum young generation size is not properly checked by the JVM.

In JDK 7u40, the minimum size of the young generation for the parallel garbage collector was increased from 192 KB to 768 KB in a 32-bit JVM, and to 1536 KB in a 64-bit JVM. This new minimum size is not properly checked by the JVM. If a young generation size that is smaller than the new minimum is specified on the command line, it can result in either a crash or degraded performance.

Java Applet Download For Windows 10

The young generation size is set by the options -XX:NewSize=<N> and -XX:MaxNewSize=<N>, or by the option -Xmn<N> (the latter option is equivalent to setting both NewSize and MaxNewSize to <N>). If the above options are not used, then the young generation size is computed as a fraction of the maximum heap size.

Workaround: Use a young generation size that is at least 768 KB (for 32-bit JVM) or 1536 KB (for 64-bit JVM).

Area: hotspot/compiler

Synopsis: Irregular crash or corrupt term vectors in the Lucene libraries.

The JVM can crash or produce a corrupt term vector in a narrow corner case in the Lucene library; these types of crashes are caused by a corrupted array index value which sometimes is not initialized properly. The effect of this is an array index value that points to an incorrect element of the array.

For more details see: JDK-8024830.

Workaround: Use the flag -XX:- UseSuperWord at the JVM command line.

Area: hotspot/runtime

Synopsis: Java causes MacOSX to crash with kernel panic

The JVM could cause kernel panic on MacOSX v10.8.1 and v10.8.2. It is an MacOSX issue which is not reproduced on v10.8.3. User needs to upgrade to the latest MacOSX 10.8.x version to avoid this issue.

Area: deploy/plugin

Synopsis: Local applet could not be launched with Firefox 23

This is a Firefox bug and a fix will be provided in a future release. This regression is introduced due to a fix against issues related to same-origin policy under Firefox. For more details, see https://bugzilla.mozilla.org/show_bug.cgi?id=902375.

Java Applet Download

Workaround: To work with Firefox 23, under Firefox preferences, set the property 'security.fileuri.strict_origin_policy' to false.

Area: deploy/plugin

Synopsis: Using the family CLSID to trigger loading of an applet does not work with certain JRE family versions

If you use the family CLSID to trigger loading of an applet with a certain JRE family version, the family CLISD will be ignored and the latest JRE version installed on your system is used to load the applet instead. Family CLSID is specific to Internet Explorer.

Workaround: Use the java_version applet parameter or the version attribute of the Java element in JNLP file instead.

Area: deploy/plugin

Synopsis: Certificate-based DRS rule does not work when main JAR file is in nested resource block

The certificate-based Deployment Rule Set rule does not work properly for JNLP applications when the main JNLP file has no JAR files, or all JAR files are in nested resource blocks nested in <java> or <j2se> elements.

Workaround: Reorganize the application to avoid this scenario.


JavaFX

Area: Packager

Synopsis: Packager for Mac OS generates invalid ICNS icon.

After an application is packaged with the native Mac OS packager, the .app bundle contains an invalid ICNS icon. When developers try to submit this application to Mac App Store, the Application Loader fails with the error reporting about an invalid ICNS icon.

Workaround:

To overcome the issue, perform the following steps:

  • Change dir into generated bundles directory (./dist/bundles). There you can find MyApp.app.
  • Write entitlements for your application. All programs, delivered by Mac App Store, are started within sandbox, so you have to describe needs of your application in some specific format, described on Apple official sites: some template you can find here. Let this file be named MyApp.entitlements.
  • For some packager bug, we had to remake icon in ./dist/bundles/MyApp.app/Resources:
  • Sign your .app:
  • Sign all sub-libraries and jars:
  • Build signed .pkg:

    Don't be confused by different certificated: there must be at least two certificates: Application certificate and Submission/Installer certificates.

Area: Graphics

Synopsis: The WebView component doesn't support HiDPI rendering.

Area: Graphics

Synopsis: The HiDPI support cannot be enabled inside a LoDPI browser.

Area: Graphics

Synopsis: Point and Spot lights of the Lighting effect are not affected by coordinate scaling.

The coordinates of the lighting sources are not adjusted for the coordinate transform of a node and are actually relative to its bounding box, which makes positioning the lights properly for an arbitrary node tricky.