answersLogoWhite

0

Java Runtime Environment is very easy to install. One would first find locating it online at the Java website or a third party site, like Cnet, to download the program. One would then follow the instructions during installation, which are where would one like it installed, would one like to change the name of the installation and are there any other programs one would like to install.

User Avatar

Wiki User

12y ago

What else can I help you with?

Related Questions

Where can one download a java runtime environment?

The java runtime environment can be downloaded from several websites. Among them are Oracle, Java, CNET, Softsonic, Eclipse, AfterDawn, Soft32, and OldApps.


Where might one download a Java Runtime Environment program?

Java Runtime Environment can be downloaded free from Java website. The program does allow you to use various applications such as games on your computer. It is easy and all the instructions are provided once you have clicked on the download button.


How many versions of java runtime environment are needed on your computer?

You only need one version of the JRE to run a Java application.


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/


Runescape the best java for Runescape?

There's only 1 type of java and that's the runtime one, the latest version of that should do it.


Why does one have to install Java so frequently?

There are too many updates when you install Java on your computer. The reason one has to install Java so frequently is because the updates are mainly used to improve the device stability and performance.


How jre is platform independent?

Jre, or the Java Runtime Environment, runs java programs on any device regardless of their operating system. Because of this, it is independent of the platform (specific device and OS) that it's being run on, and a program written on one computer can still be used on another.


What java do you need for Minecraft beta?

The best one to download and install whould have to be Java 7.


What is thespecailities of java over other programming language?

I'm assuming you meant, "What are the advantages of Java over other programming languages".Java is essentially universal. There is a special program called the Java Runtime Environment that is pre-made for most operating systems. With that in place and readily available, a Java programmer simply makes one program, compiles it to byte code (not to be confused with machine code), and that same program will run on ANY operating system with the Java Runtime Environment installed.With many other programming languages (including a main competitor, C++), the code must be recompiled for every operating system and architecture it needs to run on. Many times OS-level API's force a code change, as certain features in an operating system aren't the same as the next.Since Java's Runtime Environments have already been compiled for each system, the byte code is free to execute and be interpreted by the Runtime Environment of any system, without regard to OS or architecture. Arguably, this comes at the sacrifice of some speed, but gives a substantial portability gain.Java's friendly syntax and proactive garbage collection make it ideal to developers as well. These are Java's primary strengths when compared to other languages.Hope this helps!


What is absolutely necessary for any java program?

For any Java program to run, it is absolutely necessary to have at least one class and a main method defined within that class. The main method serves as the entry point for the application, where execution begins. Additionally, the Java Development Kit (JDK) is required to compile and run the program. Lastly, a proper Java runtime environment (JRE) is needed to execute the compiled code.


Java Virtual Machine why is it necessary?

The Java Virtual Machine (JVM) is essential for several reasons. One of the main reasons is that it allows Java to be platform-independent. When you write a Java program, it gets compiled into bytecode, which is not tied to any specific hardware or operating system. The JVM is responsible for interpreting or compiling this bytecode into machine code that the underlying system can execute.


What is the current version of JDK?

As of February 2, 2012 the latest public release of the standard edition of Java is Java Standard Edition(SE) 7 update 3.