Friday 16 December 2011

Installing Netbeans!

Acc. to my previous blog links they are saying to install Java sdk. I already have it on my laptop. If you don't have it then you can install it by executing the following 2 commands on terminal.



  • sudo apt-get update
  • sudo apt-get install sun-java6-jre sun-java6-plugin sun-java6-font
  • Then we have to go to this website and download our respective bundle. I have downloaded the package with all the bundles :P
    http://www.netbeans.org/downloads/index.html
    Waiting for download to finish...
    Now I have downloaded the file. Now right click on it and goto Properties and in the Permissions tab Check Allow file to execute as program.
    Now Run the program(not in terminal)
    And Now I am playing with netbeans and I think it is pretty cool! Enjoy playing netbeans!!

    Searching of PHP IDE for Ubuntu

    As now have started all of my coding works in ubuntu. So I'll be neding some stuff to help me out while coding such as IDE's. Lets search to find some.
    While searching I found many websites such as:
    http://www.micahcarrick.com/gedit-html-editor.html
    The above links has method how we can configure gedit so that I can work as a IDE.
    Here are the two website saying that Netbeans is best for coding purposes
    http://www.phpfreaks.com/forums/index.php?topic=322565.0
    http://codeigniter.com/forums/viewthread/186142/
    And here is the website explaining how to install Netbeas as PHP IDE
    http://23rdworld.com/2009/02/27/installing-netbeans-php-ide-on-ubuntu/
    After lots of searching we have came to know that Netbeans so i will be installing netbeans soon and will let you know how to install it using the above procedure. Bye