I'm not able to get netbeans installer after typing command:
./jdk-8u60-nb-8_0_2-linux-x64.sh
Please help me..
I'm not able to get netbeans installer after typing command:
./jdk-8u60-nb-8_0_2-linux-x64.sh
Please help me..
It's likely because you need to make it executable, which you can do with chmod +x jdk-8u60-nb-8_0_2-linux-x64.sh
.