How to install Netbeans software in Ubuntu!
SLVIKI
11:15 AM
0
In this blog post I'll walk you through the simple installing process of Netbeans in ubuntu. Netbean is a programming platform which is very good, simple and also very advance in making applications specially creating applications using java applications.
So in order to install Netbeans follow the steps bellow,
First open up your web browser and go to the link bellow
Netbeans Download page
You will direct to a page like this
Then click on the download link according your netbeans ide requirements.
After that save the .sh file to your hard disk.
After download completed copy the .sh file.
Then go to the home directory and create a new folder there and name it as "netbeans"!
Then go inside the folder and paste the file inside it.
Then Open up the terminal and go inside the netbeans folder that you created before, using this code,
cd netbeans/
Then type the code bellow to run the netbeans installer
sudo chmod +x netbeans-*
sudo ./netbeans-*
Then Netbean installer will be open up.
then click next and give what ever destination that you want to install netbeans within.
So like this you can easily install net beans inside ubuntu.
Here is a video that will show you how to install netbeans inside ubuntu.
If you have any questions fell free to ask from me!
No comments