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 …

IDE for JAVA on Ubuntu 10.04

Best platform for JDT For Ubuntu 10.04(Lucid Lynx),Eclipse Java Development Tools is one of the best IDE(Integrated Development Environment) available.Eclipse is crossplatform application so you can use it on GNU/Linux based operating system,windows,MacOSX. Eclipse Java Development Tools Eclipse is a great Open Source IDE which has support for multiple programming language by means of plugins.It …