What Is Java 2 Runtime?

What Is Java 2 Runtime? thumbnail
The Java Runtime Environment runs Java applets and applications.

The Java Runtime Environment (JRE) is software containing all of the files and applications required to run applets and applications written in the Java programming language. Java 2 refers to the Java 2 Platform, Standard Edition (J2SE).

  1. History

    • Java was originally released in 1995 by Sun Microsystems. The first version released under the title Java 2 was Java 1.2 in 1998.

    Function

    • JRE includes the Java Virtual Machine (JVM), which runs Java applets and programs, and the files used by Java programmers to employ functionality built into the Java platform.

    Features

    • The Java programming language is a multiplatform programming language. Java programs can run on any computer that has JRE installed. Supported operating systems include Windows, Macintosh, Solaris and various flavors of Linux.

    Versions

    • The term Java 2 was used for versions 1.2 through 1.4. Starting with version 1.5, Sun changed the title to J2SE 5.0. With version 1.6, the "2" was dropped, and J2SE was renamed Java SE.

    Identification

    • 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 6 Update 17). In software managers, the JRE will be listed as "Java 2 Runtime Environment, SE" (versions 1.2 through 1.4); "J2SE Runtime Environment 5" (version 1.5); or "Java (TM) 6" (version 1.6).

Related Searches:

References

Resources

  • Photo Credit Image by Flickr.com, courtesy of fdecomite

Comments

You May Also Like

  • 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....

  • What Is Java 2 Runtime Environment SE V1.4.2?

    The Java virtual machine is a widely used piece of software allowing computer users to run Java applications from any platform. Like...

  • 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 a Java Jre 1.6?

    The Java Runtime Environment (JRE) is a software package containing all the programs and files needed to run applets and applications written...

  • 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...

  • How to Install Java Runtime Environment

    Developed by Sun Microsystems, the Java programming language allows programmers to create applications that compile into class files. These class files run...

  • How to Update 12 J2SE Runtime Environment 5.0

    The J2SE Runtime Environment (JRE) allows end-users to run Java applications. Some applications are not configured to run on newer versions of...

  • 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...

  • How to Fix the Java SE Runtime Environment

    Java SE allows computer users to play video games via the Internet, chat with friends online and view sharp-quality images. However, this...

  • Do I Need the J2SE Runtime Environment?

    If you are going to run applications written in Java, then you are likely going to need to install the environment. If...

  • How to Delete Java Updates

    Java is a software platform developed by Sun Microsystems that allows you to run a variety of web and desktop applications. Some...

  • How to Install Java Runtime Environment 5.0

    Java is an object-oriented programming language created by Sun Microsystems. Developers can create applications in Java and export them as class files,...

  • How to Enable Java Runtime

    Java is a programming language used to create applications for networks and websites. It is a robust language with the capabilities of...

  • 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...

  • What Is Java Applet?

    A Java applet is an application that can be embedded in a web page, similar to the way an image or video...

Related Ads

Featured