How To Install Java JDK

You might also like

Download as docx, pdf, or txt
Download as docx, pdf, or txt
You are on page 1of 5

How to Install Java JDK-7 and NetBeans on Debian Squeeze

1) download JDK + netbeans from here: http://www.oracle.com/technetwork/java/javase/downloads/jdk-7-netbeans-download432126.html You would download a file named such as: jdk-7u25-nb-7_3_1-linux-i586.sh 2) We need to give execute permissions to the downloaded file: command: chmod +x jdk-7u25-nb-7_3_1-linux-i586.sh 3) start installer: command: ./jdk-7u25-nb-7_3_1-linux-i586.sh

Thats all Folks. NetBeans IDE-7.3.1 is found under Applications >> Programming

You might also like