Skip to content

Instantly share code, notes, and snippets.

@rplaurindo
Last active November 28, 2016 18:40
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save rplaurindo/5095077 to your computer and use it in GitHub Desktop.
Save rplaurindo/5095077 to your computer and use it in GitHub Desktop.

Installing

For the Java works, you should install the JDK (Java Development Kit) and the JRE (Java Runtime Environment).

The JDK is the VM (Virtual Machine) of the Java. It’s responsible for compile the source code that will be executed.

The JRE is responsible for the environment, how to define variables and read them.

  • JDK

    $ sudo apt-get install default-jdk

  • JRE

    $ sudo apt-get install default-jre

Plugin for Browsers

$ sudo apt-get -fyu install icedtea-plugin
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment