Java Jdk1.6.0 31

» » » Why download Java? Java technology allows you to work and play in a secure computing environment. Upgrading to the latest Java version improves the security of your system, as older versions do not include the latest security updates.

Jdk

Introduction The first question is why are we installing an old JDK. The answer is that Oracle JDK 6.0 update 31 is the JDK recommended by Cloudera when installing.

Java Jdk1.6.0 31

Java allows you to play online games, chat with people around the world, calculate your mortgage interest, and view images in 3D, just to name a few. Java software for your computer, or the Java Runtime Environment, is also referred to as the Java Runtime, Runtime Environment, Runtime, JRE, Java Virtual Machine, Virtual Machine, Java VM, JVM, VM, Java plug-in, Java plugin, Java add-on or Java download.

By: Senior Director June 14, 2012 Update: removed redundant JRE Auto Update information; pointed to I'm pleased to let you know that the latest (a.k.a. JRE 6u33-b03) is now certified with Oracle E-Business Suite Release 11i and 12. What's new in Java 1.6.033? See the for details about what has changed in this release. This release is available for download from the usual Sun channels and through the 'Java Automatic Update' mechanism. 32-bit and 64-bit versions certified This certification includes both the 32-bit and 64-bit JRE versions. 64-bit JREs are certified only on 64-bit versions of Windows 7 and Windows 7 Service Pack 1 (SP1).

Worried about the 'mismanaged session cookie' issue? No need to worry - it's fixed.

To recap: JRE releases 1.6.018 through 1.6.022 had issues with that affected some users in some circumstances. The fix for those issues was first included in JRE 1.6.023. These fixes will carry forward and continue to be fixed in all future JRE releases. In other words, if you wish to avoid the mismanaged session cookie issue, you should apply any release after JRE 1.6.022.

All JRE 1.6 releases are certified with EBS upon release Our standard policy is that all E-Business Suite customers can apply all JRE updates to end-user desktops from JRE 1.6.003 and later updates on the 1.6 codeline. We test all new JRE 1.6 releases in parallel with the JRE development process, so all new JRE 1.6 releases are considered certified with the E-Business Suite on the same day that they're released by our Java team. You do not need to wait for a certification announcement before applying new JRE 1.6 releases to your EBS users' desktops. Important For important guidance about the impact of the JRE Auto Update feature on JRE 1.6 desktops, see:. References. (Metalink Note 285218.1). (Metalink Note 290807.1).

(MetaLink Note 389422.1). (MetaLink Note 393931.1) Related Articles. Michael, One of the readers of this thread encountered this issue previously. He just dropped me a private note that said: Oracle Support recommended changing this parameter to this line in formsweb.cfg and it seems to work for Apple Mac Safari with Java 1.6.033. BaseHTML=webutilbase.htm This seems pretty credible and is consistent with some of the other glimpses I've had into this issue. That said, I don't have any way of validating that, myself, so you should consider this to be informal peer-to-peer support rather than an official recommendation from Oracle.

If this doesn't work for you, you should definitely log a formal Service Request to get an authoritative reply. Regards, Steven. If you have a support contract, please create a support ticket with Oracle. This is not an isolated issue, but not many companies have been contacting Oracle. Our Support Ticket (#3-) was one of the first I am aware of. Oracle issued Note 1470123.1 referring to the issue but not actually correcting it. For our webforms.cfg we removed entries with JAVA to resolve.

Support has been unable to relay the ramifications, but we have tested on numerous OS and browser combinations and everything appears to work. We are running 10G FRS and testing 11g Forms and Reports, which is not the E-Business Suite specifically (this Blog), but closely related. Fwiw, our ticket has been closed, though I would not say the issue has been resolved. However our users are able to run Forms now with 1.6.0 u33 on Windows and Mac OS X platforms. Hello, We are seeing a very similar issue as reported by Olivier Gagnon on July 19th. If you are logged onto the machine in question as a regular user, you get an error stating you have insufficient rights (because it's trying to install an older version of JRE).

If you're logged on to the machine as an administrator (not E-Business, I'm referring to your domain logon to the machine) it tries to and successfully installs JRE v1.633. I will engage our Oracle side of the house to open a ticket as you instructed, I work on the OS (Windows) 3rd Party (JRE) side. Thanks for your help, Luis. Following up about this, we found the solution One thing we noticed is that from Java 1.6.032 (33 included), for some reason, we're not seeing entries referencing older java versions in HKEYCURRENTUSER Software Classes CLSID.

Usually it has a bunch of CLSID for java versions. They were missing on most machines. (The CAFE entries). To resolve the issue, we changed the appsweb.cfg file with this: ORIGINAL: jpiclassid=clsid:CAFEEFAC-0016-0000-0015-ABCDEFFEDCBA jpimimetype=application/x-java-applet;jpi-version=1.6.015 MODIFIED: jpiclassid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA jpimimetype=application/x-java-applet;jpi-version=1.6.0 The CLSID for 1.6.015 was not appearing anymore, because of who knows what. Has there been a change in the way java is installed? Is this a bug? This is only appearing on Windows XP machines.

Hi, I'm experiencing similar issues to Olivier. We have deployed Java 6 update 33 using SCCM. On many of our PCs (both Windows XP and Windows 7) EBS refuses to recognize that a valid version of Java is installed, therefore forms do not launch and the user is prompted to install Java. On these PCs, if we go to java.com and click the 'Do I have Java?'

Link, the Java icon appears in the system tray, and the site reports that we have the correct version installed, so the problem seems to be specific to EBS. Was any solution found for Olivier's problem? Thanks, Rob. A more in depth detail. Appsweb.cfg has these lines (more or less): sunpluginmimetype=application/x-java-applet;jpi-version=1.6.015 sunpluginclassid=clsid:CAFEEFAC-0016-0000-0015-ABCDEFFEDCBA This specifies the version of the plugin to use.

You'll notice that on the machines that are wanting to make install the version specified there, no entry for this CLSID appear in HKEYCURRENTUSER Software Classes CLSID for earlier versionf of Java, as they usually did. You can modify your appsweb.cfg file with this: sunpluginmimetype=application/x-java-applet;jpi-version=1.6.0 sunpluginclassid=clsid:CAFEEFAC-0016-0000-FFFF-ABCDEFFEDCBA To sort of allow all versions of java 1.6.0 (this modification is well documented if you search on google) But the question is why did these keys stop appearing? Steven, Thank you for your instructions, I have engaged our Oracle Team to open a ticket. Hopefully this isn't posting numerous times because it hasn't posted successfully yet. We are seeing a very similar issue as reported by Olivier Gagnon on July 19th.

If you are logged onto the machine in question as a regular user, you get an error stating you have insufficient rights (because it's trying to install an older version of JRE). If you're logged on to the machine as an administrator (not E-Business, I'm referring to your domain logon to the machine) it tries to and successfully installs JRE v1.613.

Regards, Luis. Luis, Olivier, Thank you for sharing your notes with everyone here.

I've let the Java team know that there's an apparent cluster of related issues here. Rob, I want to emphasize the importance of logging formal Service Requests with the Sun Java team via Oracle Support about this issue. As with any issue, the more data points that Support has, the better their analysis will be about the root cause. It sounds like Olivier and Luis have been making progress with their Service Requests. I would strongly recommend that you also log a formal Service Request against the Sun Java team for your issue, too.

Regards, Steven. Ryan, I'm sorry to hear that you're having trouble logging into My Oracle Support. Documents posted to My Oracle Support cannot be shared with anyone who doesn't already have a My Oracle Support account. I'm afraid that nobody is permitted to email MOS Notes to you directly. If you're having trouble logging in with your credentials, I'd recommend calling Oracle Support to get some help with that. Regards, Steven Name Please enter your name. Email Please provide a valid email address.

Windows Java Jdk 1.6

Comment Please enter a comment. Type the text CAPTCHA challenge response provided was incorrect. Please try again.