What Is a Java Jre 1.6?

What Is a Java Jre 1.6? thumbnail
The JRE runs applications written in the Java programming language.

The Java Runtime Environment (JRE) is a software package containing all the programs and files needed to run applets and applications written in the Java programming language. The JRE is "end user" software, that is, it is used by people who want to run Java applets and applications. Java programmers use the "Java Developers Kit" (JDK), which contains the JRE, to write applets and applications. JRE 1.6 refers to version 6 the "Java Standard Edition (Java SE) Runtime Environment."

  1. History

    • Java was originally released in 1995 by Sun Microsystems. Java 1.6 (also called "Java 6") was released December 2006, and continues to receive regular periodic updates following its release. Oracle acquired Sun in January 2010, and with it, Sun's Java technologies. Some of the Sun Microsystems sites and products, such as the "Sun Developer Network" retain the Sun name, but include Oracle branding.

    Function

    • The core component of the JRE is the Java Virtual Machine (JVM). The JVM runs applets and programs written in the Java programming language and other programming languages translated into "Java bytecode" for use with the JVM. The JVM works by mimicking generic computer processor, called a "virtual machine." This virtual machine provides applications with a standardized environment independent of the actual computer hardware and operating system. The JRE also includes files needed to run Java applets and applications.

    Features

    • The Java programming language is supported on multiple computing platforms through the JRE software distributed for those platforms. Java programs can run on any computer that has the JRE installed. The JRE is a free download available for several computing platforms. Programmers can easily write and maintain code for multiple computing platforms. Supported operating systems include Windows, Linux, Solaris, and Macintosh. The JRE provides security features to help protect the user's computer and provide access to secure services.

    Versions

    • Java nomenclature has changed over the years, and can be confusing. "Java 1.6" and "Java 6" represent the same version. Starting with Java 1.5, Sun started referring to Java by the minor version number (the number after the first period). Thus, Java 1.5 was simplified to "Java 5." The term "Java 2" referred 1.2 through 1.5. With version 1.6, the "2" in "Java 2" was dropped, and "J2SE" was renamed to "Java Standard Edition" ("Java SE").

    Identification

    • Running "java -version" from a command line displays the current internal version number of the JRE (e.g., "1.6.0_20" for Java 6 Update 20). In software management tools (such as Windows "Add or Remove Programs" tool) JRE 1.6 is listed as "Java (TM) 6" (version 1.6) followed by the build number (e.g., "Java(TM) 6 Update 20"). Oracle's Java.com website has a web-based identification tool that simplifies finding the version number, and displays the simplified version number (e.g., "Version 6 Update 20").

Related Searches:

References

Resources

  • Photo Credit coffee break 3 image by Jaume Felipe from Fotolia.com

Comments

You May Also Like

  • What Is the Difference Between JRE & Java SE?

    Java, the programming language created by Sun Microsystems in 1995, is essential in today's Internet environment, running numerous applications and interactive ...

  • What Is Java Runtime?

    Technical definitions for software platforms can be complicated. Simply put, Java Runtime Environment refers to a component of the Java development kit....

  • How to Change Java Runtime

    The Java programming language was developed by Sun Microsystems in the mid-1990s. Originally based on the C and C++ programming languages, Java...

  • Java Runtime Exec Tutorial

    Java's Runtime class provides access to the runtime environment in which the application is running. Runtime's exec methods allow you to run...

  • Java 1.6 Training

    Java, which used to be owned by Sun, is now a product of Oracle. It is an object-oriented programming language that can...

  • How to Enable Java in IE8

    The Java platform is used on many websites to run a variety of applets. It is used for things like games, chat...

  • What Is Java 2 Runtime?

    Running the command "java -version" on the command line outputs the current full version number of the JRE (e.g., 1.6.0_17 for Java...

  • How to Install Java 2 Runtime Environment

    Java 2 Runtime Environment is an old version of the Java Platform. The Java Runtime Environment is necessary to run Java programs...

  • What Is Java Runtime Environment?

    Computers use a variety of software tools and technologies to carry out user tasks. Java is one of the most common technologies...

Related Ads

Featured