How to install java in ubuntu operating system

                     


                     
  • Open terminal
  • On the command line, type:$ sudo apt-get install openjdk-7-jre (The openjdk-7-jre package contains just the Java Runtime Environment. )
  • If you want to develop Java programs then install the openjdk-7-jdk package by typing :sudo apt-get install openjdk-7-jdk

Popular posts from this blog

8 Bit Plane Slicing of an image in Image Processing

Code to upload multiple files simultaneously using JSP, Servlet .

STRING PALINDROME USING STACK AND QUEUE