photo lineviral_1.png

How To Install Coffee Inward Kali Linux 2.0 – Kali Sana

This shipping service volition outline the steps required to install Java inwards Kali Linux 2.0 – Kali Sana. This shipping service got the same instructions which equally good applies to Kali Linux 1.x in addition to it’s withal valid. I’ve had other readers confirming the process. Do verify in addition to if it worked for you, permit me know via comments section. I’ve equally good updated instructions for latest Java SE Development Kit 7u79 i.e. jdk-7u79-linux-x64.tar.gz, in addition to thence yous tin pretty much re-create glue it equally long the versions are matching. Otherwise, supervene upon the version publish in addition to yous volition hold upward fine. This shipping service volition outline the steps required to install Java inwards Kali Linux  How to install Java inwards Kali Linux 2.0 – Kali Sana


So lets larn on amongst the installation:


Download latest Java SE SDK


At the fourth dimension of writing this guide the jdk version was jdk-7u79-linux-x64.tar.gz. Note that I’m using x64 which is 64-bit. 32-bit users should direct their versions accordingly. Not that tough really!


Following is what I’ve used inwards this guide:


jdk-7u79-linux-x64.tar.gz


Download in addition to salve the file inwards /root directory.


Uncompress archive


Now yous uncompress in addition to movement the whole uncompressed folder to /opt (optional) directory.


tar -xzvf /root/jdk-7u79-linux-x64.tar.gz
mv jdk1.7.0_79 /opt
cd /opt/jdk1.7.0_79

Install in addition to register binaries


This pace registers the downloaded version of Java equally an alternative, in addition to switches it to hold upward used equally the default:


update-alternatives --install /usr/bin/java coffee /opt/jdk1.7.0_79/bin/java 1
update-alternatives --install /usr/bin/javac javac /opt/jdk1.7.0_79/bin/javac 1
update-alternatives --install /usr/lib/mozilla/plugins/libjavaplugin.so mozilla-javaplugin.so /opt/jdk1.7.0_79/jre/lib/amd64/libnpjp2.so 1
update-alternatives --set coffee /opt/jdk1.7.0_79/bin/java
update-alternatives --set javac /opt/jdk1.7.0_79/bin/javac
update-alternatives --set mozilla-javaplugin.so /opt/jdk1.7.0_79/jre/lib/amd64/libnpjp2.so

Testing your installation


First of all, unopen your browser in addition to re-open. You won’t believe how many users genuinely forgets to create this pace in addition to after complains Java ain’t working. I’d propose to bookmark this site to hold upward able to reopen these instructions quickly, or only re-create these into a leafpad / vi / text-editor.


To banking company check the version of Java yous are instantly running


java -version

To banking company check the browser plugin exactly click Do I direct maintain Java?


This should direct maintain yous to Oracles Java website in addition to yous volition meet a confirmation message.


Use feedback


I equally good had this next Feedback/comment here which confirms this process.



Thanks Robert for your quick feedback.

Thanks for reading. I certain promise yous volition hold upward able to install Java inwards Kali Linux 2.0 using this method. If this helped you, comment below in addition to create part amongst others.


Buat lebih berguna, kongsi:
close