how to install jre on ubuntu 10.10

Java is an Object Oriented programming language whose syntax and features has highly influenced by C/C++.Java programs can also be embedded in web pages which requires Java Run Time Environment(JRE) in order to get executed.That’s why after the fresh installation of Ubuntu 10.10 Maverick Meerkat you would require JRE for surfing Internet without any lack …

Java Programming on Ubuntu 10.04

Java is multi platform programming language.It uses JDK(includes jre) to create a class file from the source code and then the generated class file can be run on any computer by using Java Virtual Machine(JVM).So to write and execute java programs Java Development Kit(JDK) must be installed on the computer. Installing JRE /JDK on Ubuntu …

How to install Java(JDK) in Ubuntu 10.04

JAVA is now the most widely used programming language for creating applications for web,gadgets,business…So you may want to install JRE(Java Runtime Environment) on your ubuntu 10.04 LTS for compiling and running JAVA based application. Installing JDK through Command Line in Ubuntu 10.04 Use the following command to install JDK(Java Developement Kit) 6 on your Ubuntu …