Friday 22 April 2011

Sun Java JRE 7.0.0.66 Preview / 6 Update 25

This runtime environment allows end-users to run Java applications

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. It's also integral to the intranet applications and other e-business solutions that are the foundation of corporate computing.


The Java Runtime Environment is intended for software developers and vendors to redistribute with their applications.


The Java 2 Runtime Environment contains the Java virtual machine, runtime class libraries, and Java application launcher that are necessary to run programs written in the Java programming language.


Sun Java JRE is not a development environment and does not contain development tools such as compilers or debuggers. For development tools, see the Java SDK, .


The J2SE Java Runtime Environment (JRE) allows end-users to run Java applications.
Here are some key features of "Sun Java JRE":


· Write software on one platform and run it on practically any other platform

· Create programs to run within a web browser and web services

· Develop server-side applications for online forums, stores, polls, HTML forms processing, and more

· Combine Java technology-based applications or services to create highly customized applications or services

· Write powerful and efficient applications for mobile phones, remote processors, low-cost consumer products, and practically any device with a digital heartbeat


What's New in This Release: [ read full changelog ]


This update release contains important enhancements for Java applications:

· Improved performance and stability

· Java HotSpot VM 20

· Support for Internet Explorer 9, Firefox 4 and Chrome 10

· Improved BigDecimal


Olson Data 2011b:

· Java SE 6u25 contains Olson time zone data version 2011b.


For Java SE 6u25, support has been added for the following system configurations:

· Oracle Linux 6

· Oracle Solaris 11 Express 2010.11

· Windows 7 with SP1

· Windows 2008 R2 with SP1

· Internet Explorer 9

· Firefox 4

· Chrome 10

· VirtualBox 4


Java Hotspot VM 20:

· Java SE 6u25 includes version 20 of the Java HotSpot Virtual Machine which contains improvements to performance, reliability and diagnostic information.

· A new feature in this version of HotSpot is "tiered" compilation in the Server VM that enables it to start quickly as does the Client VM, while achieving superior peak performance. This feature is enabled by specifying -server and -XX:+TieredCompilation command options.

· The Garbage First ...