answersLogoWhite

0

What is the purpose of a JRE download?

Updated: 9/23/2023
User Avatar

Wiki User

10y ago

Best Answer

The purpose of a JRE download is to save a particular file in a computer or hard drive. Files can include, but are not limited to , music, pictures, and videos.

User Avatar

Wiki User

10y ago
This answer is:
User Avatar

Add your answer:

Earn +20 pts
Q: What is the purpose of a JRE download?
Write your answer...
Submit
Still have questions?
magnify glass
imp
Related questions

Where can one find the download link to JAVA Jre?

One can find the download link to JAVA Jre by visiting the dummies website. Once at the dummies website follow the instructions and it should take you to the necessary download.


Download JRE 1.5.0 09 for Vista?

You can download the Sun Java JRE Version 1.5.0_09 Here: http://java.sun.com/products/archive/j2se/5.0_09/index.html


What is ther role of jre in java?

JRE stands for Java Runtime Environment. JRE is the runtime set up that is required by the JVM to execute java programs. The JRE and JVM (Java Virtual Machine) come packaged along with the Java Development Kit (JDK) that we download and install from the suns website to install Java.


How is JRE or JVM installed on a computer?

The JVM is part of the JRE (Java Runtime Environment) or the JDK (Java Developer Kit). Both the JDK and JRE are packages available from a variety of sources. The most common one is available from Sun (now Oracle). You simply visit the web site, and it will then download and install the JRE for you after you answer a couple of questions: http://www.java.com/


Do you need JRE if you already have JDK?

No, the JDK includes the JRE.


What is the use of providing jre?

The JRE refers to Java Runtime Environment... JRE is an implementation of the Java Virtual Machine which actually executes Java programs. Without the JRE we cannot execute our Java programs.


Should IDE be a part of JRE?

An IDE cannot be part of a JRE. The "JRE" is the Java Runtime Environment. I.e., the JRE is an implementation of the Java Virtual Machine which actually executes Java programs. An IDE refers to - Integrated Development Environment, using which we can develop Java programs and applications. an IDE comes with an implementation of a JRE. so it cannot be part of a JRE


Where you can download java runtime environment 1.2.0?

Go to sun.com you can download any version of JRE there


What's the difference between JVM and JDK?

There are two main things you can download for Java: the Java Runtime Environment (JRE) and the Java Development Kit (JDK). The JRE is used by those who wish only to run Java programs. In order to do this it uses the Java Virtual Machine (JVM) to run Java bytecode. The JDK is used by developers and contains both the JRE and the programs and libraries needed to compile and run Java programs. Simple summary: The JDK contains the JRE which contains the JVM.


How do you install tekkit classic for Windows 8?

You first need to download a JRE. Usually this is Sun Java. Just search Google for Sun JRE 1.7 and click the link to download it, once that's installed you need to get the technic launcher from their website then run it. You can choose Tekkit Classic from the drop down box in the top right corner of the technic launcher window.


How do you run java program in ubuntu OS?

Download the JRE (java runtime environment) from Sun's website. make sure you get a version that will run on your os.


How do you install JRE in Xubuntu?

From the command line: sudo apt-get install sun-java6-jre