Showing posts with label Java Tutorial. Show all posts
Showing posts with label Java Tutorial. Show all posts

Sunday, November 27, 2011

Write and Execute Java Programs By Downloading Eclipse IDE

Usually as a programmer we like make things simple and easy for our own benefit. Similarly, when writing JAVA programs we always use an Integrated Environment instead of writing the program at one place and running it at an other place. ECLIPSE IDE is such an integrated environment where we can write and run java programs. It is open source and thus freely available and easy to handle.
Download Link : http://www.eclipse.org/downloads/

Sunday, March 6, 2011

Install Java Development Kit (JDK) and Get Started With Java Programming

Java Tutorial : Install java development kit on your computer, then you can write java programs on notepad and compile and run them using cmd.You have to set the path of compiler by going to environment variables in computer properties.
JDK Download link: http://www.oracle.com/technetwork/java/javase/downloads/index.html
Steps for Setting up java compiler
(1) Install Jdk
(2) Go to the installed java folder. Then go to "bin" folder inside.
(3) Right click on any of the files and go to properties. Copy the Location.
(4) Go to my computer.Right click on it and go to properties.
(5) Click on environment variables(it may be inside Advanced System Settings).
(6) Create a new environment variable having name "Path" and value as whatever location You copied.
(7) Now Your compiler is ready.