Results 1 to 50 of 51

Thread: Installing Java on Kali-Linux

Hybrid View

Previous Post Previous Post   Next Post Next Post
  1. #1
    Join Date
    2013-Apr
    Posts
    1
    Thank you...

  2. #2
    Join Date
    2013-May
    Posts
    1

    Red face Latest commands to install as per above with i386

    tar -xzvf /root/jdk-7u21-linux-i586.tar.gz

    mv jdk1.7.0_21 /opt

    cd /opt/jdk1.7.0_21

    update-alternatives --install /usr/bin/javac javac /opt/jdk1.7.0_21/bin/javac 1

    update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /opt/jdk1.7.0_21/jre/lib/i386/libnpjp2.so 1

    update-alternatives --set java /opt/jdk1.7.0_21/bin/java

    update-alternatives --set javac /opt/jdk1.7.0_21/bin/javac

    update-alternatives --set mozilla-javaplugin.so /opt/jdk1.7.0_21/jre/lib/i386/libnpjp2.so

  3. #3
    Join Date
    2013-Nov
    Posts
    1
    thxxxxxxxxxxxxxxxxxxxxxxxx

  4. #4
    Join Date
    2015-Nov
    Posts
    1
    "How can i copy my already downloaded jdk-7u17-linux-x64.tar.gz file to root folder.? "

  5. #5
    was looking for this. Thanks! it worked.

Similar Threads

  1. Install Java 8 on Kali-Linux
    By R.3volv3.R in forum How-To Archive
    Replies: 0
    Last Post: 2014-03-22, 11:18
  2. Replies: 31
    Last Post: 2013-12-04, 13:57
  3. Unable to install java on Kali Linux
    By indrajithi in forum TroubleShooting Archive
    Replies: 5
    Last Post: 2013-07-18, 17:42

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •