`
Eastsun
  • 浏览: 308818 次
  • 性别: Icon_minigender_1
  • 来自: 天津
社区版块
存档分类
最新评论

Java SE 6 Update N Early Access is now available!

阅读更多

原文地址:jdk6.dev.java.net/6uNea.html


Overview

Java SE 6 Update N (formerly know as the "Consumer JRE" project) is an update release that introduces new features and enhancements aimed at providing an optimized consumer end user experience. Java SE 6 Update N focuses on the following areas:

  • Enhanced JRE installation experience
    • The Deployment Toolkit takes the guess work out of determining what versions of the JRE end users have installed on their PC. It supplies Java based web applet/application deployers with a simple interface to accomplish Java detection and installation.
    • The Kernel installation mode lets first time Java users run applets and Web Start applications without waiting for the whole JRE download. While the default Kernel installation will work with existing Java applets, application developers have the ability to select libraries that should be installed with the kernel, before the rest of the JRE is installed on the end user's system.
    • For current users of Java SE, the JRE update mechanism has also been improved, using a patch-in-place mechanism that translates in a faster and more reliable update process (the patch in place mechanism will take effect for end users who upgrade from this update release or later to a new update release). As an added benefit, follow-on update releases will no longer be listed as separate items in the Windows "Add or Remove Programs" dialog.
    • A new Java update download engine provides end users with the convenience of pausing and resuming the JRE download, and relies on a more reliable download mechanism.
  • Improved performance and look & feel
    • The Quick Starter feature will prefetch portions of the JRE into memory, substantially decreasing the average JRE cold start-up time (the time that it takes to launch a Java application for the first time after a fresh reboot of a PC).
    • Hardware acceleration support : Java SE 6 Update N introduces a fully hardware accelerated graphics pipeline based on the Microsoft Direct3D 9 API, translating into improved rendering of Swing applications which rely on translucency, gradients, arbitrary transformations, and other more advanced 2D operations.
    • A new cross-platform Swing look & feel, code name Nimbus , provides a nice update over 'Metal' and 'Ocean'.

We are excited to introduce these long needed changes to the JRE, and hope that you will be able to evaluate Java SE 6 Update N and provide feedback to us.

分享到:
评论

相关推荐

    Java SE Development Kit 8u202

    Java SE Development Kit 8u202 是Oracle公司发布的一个重要的Java开发工具包,主要用于Java Standard Edition(Java SE)的应用程序开发和运行。这个版本的JDK是Java 8的一个更新,版本号u202表示它是一个更新版本...

    Java SE Runtime Environment (JRE) 6.0 Update 24

    运行JAVA程序不可缺少的环境。一旦拥有Java软件,您即会进入一个全新的互动世界。  Java语言是稳居网络应用程序语言的首选之一。这都要归功于它高度的安全性以及跨平台的特性,几乎在目前所有的电脑平台上您都可以...

    Sun Java SE Runtime Environment(JRE)6

    Sun Java SE Runtime Environment (JRE) 6 是Java平台标准版的一个重要版本,它为运行基于Java技术的应用程序提供了所需的运行环境。Java SE是Java Development Kit (JDK)的一部分,但JRE则不包含开发工具,主要是...

    Java SE 6u45 Windows 32位

    Java SE 6u45(Java Standard Edition 6 Update 45)是Java SE 6的一个更新版本,它基于JDK 1.6.0_45构建。该版本是在Java SE 6生命周期中的一个后期更新,主要包含了性能改进、安全增强以及对一些已知问题的修复。...

    jre6 java 6update15

    jre6 java 6update15

    Java 6 update45.rar

    Java 6 Update 45是Java Runtime Environment (JRE) 的一个较早版本,由Sun Microsystems(现已被Oracle公司收购)开发。这个版本在2012年发布,主要是为了解决Java 6中的安全问题和其他性能改进。JRE是运行Java应用...

    Java(TM) 6 updat 21

    Java(TM) 6 Update 21 是Oracle公司发布的一个针对Java开发环境的重要更新,它主要针对Java SE(标准版)6进行了一系列的性能优化、安全修复以及稳定性改进。这个更新对于初学者和开发者来说,是学习和使用Java编程...

    Java SE Development Kit 8u181

    Java SE Development Kit 8u181,简称为JDK 8u181,是Oracle公司发布的Java开发工具包的一个重要版本,主要用于Java平台,标准版(JavaSE)的开发和部署工作。这个版本针对64位Windows操作系统设计,通过文件"jdk-8u...

    Java SE 8 for the Really Impatient

    Eagerly anticipated by millions of programmers, Java SE 8 is the most important Java update in many years. Now, internationally renowned Java expert Cay S. Horstmann ('Core Java') concisely introduces...

    Java Runtime Environment (JRE) 6.0 Update 22

    Java 2平台标准版(J2SE)软件是当今开发和发布急需的企业级应用的首选方案。1.4版在Java的跨平台性和高安全性的基础上,增加了很多新的特性和功能,提供了更高的性能、可规划性、稳定性和服务能力。Version 1.4 发展...

    jdk1.8.0_144 (Java SE Development Kit 8u144)

    **Java SE Development Kit 8u144 (JDK 1.8.0_144)** **一、Java JDK概述** Java Standard Edition (SE) Development Kit 是Oracle公司提供的用于开发和部署Java应用程序的基础工具集。JDK是Java开发环境的核心...

    Java SE Development Kit 8u112 part2

    Java SE 8 Update 112(JDK 8u112)最新版官方下载 Java SE Development Kit 8 Downloads Thank you for downloading this release of the Java™ Platform, Standard Edition Development Kit (JDK™). The JDK is...

    Java SE 8 for the Really Impatient(O'Reilly,2014)

    Eagerly anticipated by millions of programmers, Java SE 8 is the most important Java update in many years. The addition of lambda expressions (closures) and streams represents the biggest change to ...

    java连接access例子

    在Java编程中,连接Microsoft Access数据库是一个常见的任务,特别是在小型项目或者学习环境中。这个"java连接access例子"展示了如何在Java应用中使用JDBC(Java Database Connectivity)驱动来与Access数据库进行...

    java连接access的mdb文件

    在Java编程环境中,连接并操作Microsoft Access(MDB)文件是一个常见的任务,特别是在处理小型数据库或进行数据迁移时。本文将详细介绍如何使用Java连接到Access的MDB文件,并执行基本的读写操作。 首先,要实现这...

    最新的JDK 6u21

    Java SE 6 Update 21 修正了一些bug ◆Java SE 6u21的更新在先前的版本中有的20个安全漏洞修补程序。 Java SE 6u21本次更新增加了对系统配置的支持: ◆Oracle Enterprise Linux 5.5 ◆Oracle Enterprise Linux 5.4 ...

    java+access学生信息管理系统

    《Java+Access构建的学生信息管理系统详解》 在信息化时代,数据管理成为了教育机构日常运营的重要环节,学生信息管理系统就是其中的关键工具。本文将详细介绍如何利用Java编程语言作为前端开发工具,与Access...

    Java SE 11 Linux安装包

    Java SE(Java Standard Edition)是Java开发平台的一个版本,主要用于桌面应用和服务器端开发。Java SE 11是其中的一个重要版本,它包含了Java运行时环境(JRE)和Java开发工具集(JDK)。本安装包是Oracle公司为...

Global site tag (gtag.js) - Google Analytics