Sunday, August 16, 2015

Java Programming With Geany IDE

Hi All...!



Today I'm going to show you how to download and install simple IDE.

IDE stands for Integrated Development Environment. IDE is a software application that provides comprehensive facility to computer programmers for software development.IDE helps you to find errors in your code, provide facility to compile and run your programs by just clicking buttons, Also IDE helps you to write your codes correctly by providing you suggestions.

After this post all Java programming tutorials I provide will base on Geany IDE,

Geany is a nice lightweight cross platform IDE, you can use for your Java programming.

Download Geany IDE


Go to following link and download Geany IDE, make sure you are downloading correct Geany IDE which is compatible to your OS

http://www.geany.org/Download/Releases

Install Geany IDE


It is super easy to install this IDE,

1) Double click and run geany exe file, 

2) Click "Next"




3) Click "I Agree"





4) Select the file type of install > Select "Full", Click "Next"




5) Choose the install Location (Keep default path), Click "Next"





6) Choose Start Menu Folder (Keep default), Click "Install"




7) Wait until installation processes is complete.




8) Click "Finish"




No comments:

Post a Comment