0% found this document useful (0 votes)
74 views

Java and Iced-Tea Plugin: GUI (Graphical User Interface) Installation

This document provides instructions for installing Java and the Icedtea plugin on Linux and Windows systems. For Linux, it describes both graphical and command line installation methods. The graphical method involves opening a browser link and installing packages from the Ubuntu Software Center. The command line method uses apt-get to install the default JRE/JDK and icedtea-plugin. For Windows, it instructs users to download the Java setup file from a website and run it to complete the installation.

Uploaded by

Devinder Singh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
74 views

Java and Iced-Tea Plugin: GUI (Graphical User Interface) Installation

This document provides instructions for installing Java and the Icedtea plugin on Linux and Windows systems. For Linux, it describes both graphical and command line installation methods. The graphical method involves opening a browser link and installing packages from the Ubuntu Software Center. The command line method uses apt-get to install the default JRE/JDK and icedtea-plugin. For Windows, it instructs users to download the Java setup file from a website and run it to complete the installation.

Uploaded by

Devinder Singh
Copyright
© © All Rights Reserved
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Java and Iced-tea Plugin

A. For Linux
1. GUI ( Graphical User Interface ) Installation
 ˆOpen the following link : https://help.ubuntu.com/community/Java
 Click on the openjdk-6-jre or openjdk-7-jre package.
 A new tab will open asking for default launching application.
 Open it with Ubuntu Software Center.
 Ubuntu Software Center will ask for some Optional add-ons.
 Tick the option for Icedtea Java Plugin and apply the changes.
 Click on install to install Java and Icedtea plugin.

2. CLI ( Command Line Interface ) Installation

 ˆInstalling Default JRE/JDK


This is the recommended and easiest option. This will install OpenJDK 6 on Ubuntu 12.04 and earlier and on
12.10+ it will install OpenJDK 7.
a) Installing Java with apt-get. First, update the package index:
$ sudo apt-get update.
b) Then, check if Java is not already installed:
$ java –version
c) If it returns “The program java can be found in the following packages”, Java hasn't been installed yet,
so execute the following command:
$ sudo apt-get install default-jre
d) This will install the Java Runtime Environment (JRE). If you instead need the Java Development Kit
(JDK), which is usually needed to compile Java applications (for example Apache Ant, Apache Maven,
Eclipse and IntelliJ IDEA execute the following command:
$ sudo apt-get install default-jdk

That is everything that is needed to install Java. All other steps are optional and must only be executed when
needed.

 ˆInstall Icedtea plugin


IcedTea-Web is a free software implementation of Java Web Start and the Java web browser plugin. To install,
execute the following command:
$ sudo apt-get install icedtea-plugin
B. For Windows

 ˆVisit https://java.com/en/download/index.jsp

 Click Free Java Download to save the set-up file to your computer.
 Click Save for the file in downloads bar to confirm that you want to download the file.
 Open the set-up file. Follow the instructions on screen to finish installing Java.

You might also like