$schemamarkup = get_post_meta(get_the_ID(), 'schemamarkup', true); if(!empty($schemamarkup)) { echo $schemamarkup; }

Install Oracle JDK 6 Linux Mint 15 Olivia Easy Visual-Guide

July 30, 2013 | By Duchateaux.

Install Oracle JDK 6 on Linux Mint 15 Olivia

The Tutorial shows you in Easy-Steps How to Download and Install Oracle JDK 6 Linux Mint 15 Mate/Cinnamon/Kde/Xfce 32/64-bit Visual-Guide.

After Installing you will need to Use the update-alternatives Tool to Update the Installed JDK 6 Linux Mint.

To the How to Download and Install Oracle JDK 6 on Linux Mint 15 Mate Bottom there is a Link for Quick Start with Oracle Java JDK 6 Linux Mint Development and also How to Install Evernote Clone for Linux Mint.

And this Visual Guide includes the Oracle JDK 6 Linux Mint Installation Basic Screenshots of All GUI Steps involved.

Install Oracle JDK 6 Linux Mint 15 Olivia Easy Visual-Guide
  1. Here Download Oracle Java SE JDK 6

    Oracle JDK6 .bin
    Link to Download the Latest Oracle-Sun Java JDK6 Release 32/64-bit for Linux
  2. Open a Terminal Window
    (Press “Enter” to Execute Commands)

    Install Oracle JDK 6 on Linux Mint 15 Mate - Open Terminal

    In case first see: Terminal QuickStart Guide.

  3. Unpack the jdk6.bin Archive

    Copy
    sudo su

    If Got “User is Not in Sudoers file” then see: How to Enable sudo

    Copy
    chmod +x </path/2>/jdk1.6*.bin
    Copy
    .</path/2>/jdk1.6*.bin

  4. Relocate JDK 6

    Copy
    if [ ! -d "/usr/lib/jvm" ]; then mkdir /usr/lib/jvm; fi
    Copy
    mv </path/2>/jdk1.6.* /usr/lib/jvm

  5. Installing Oracle Java JDK6

    Copy
    update-alternatives --install /usr/bin/java java /usr/lib/jvm/jdk1.6.*/bin/java 1065
    Copy
    update-alternatives --install /usr/bin/javac javac /usr/lib/jvm/jdk1.6.*/bin/javac 1065
    Copy
    update-alternatives --install /usr/bin/jar jar /usr/lib/jvm/jdk1.6.*/bin/jar 1065
    Copy
    update-alternatives --install /usr/bin/javaws javaws /usr/lib/jvm/jdk1.6.*/bin/javaws 1065

    Checking or Setting the System Java Version in Use with

    Copy
    update-alternatives --config java

    And for the Java Compiler instead:

    Copy
    sudo update-alternatives --config javac

    To Switch of Java Version Just Enter the Reference Number on First, Column. :)

  6. Getting-Started

    Here Java Development Quick Start
    Quick Start with Java JDK6 Development
  7. How to Install Evernote Clone on Linux Mint

    Here Evernote for Linux Mint
    How to Install Evernote Linux Clone on Linux Mint