Skip to main content

Posts

Showing posts with the label Eclipse IDE

Setting up Java

If you don't have a 1.7 or greater Java Platform, Standard Edition SDK (Software Development Kit), you need it. The SDK includes everything you need to compile and run a java program. Follow the steps below and start programming in Java. Step 1 : Go to http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html. Here you will find numerous links out of which you will have to choose the one that suites your hardware configuration. Step 2 : Select the radio button saying "Accept Licence Agreement" and click on the suitable link. Step 3 : Save the zip file at a desired location in your computer. Step 4 : Unzip the folder and double click on the executable file that has been downloaded and click on "Run". Step 5 : Click on "Next". Customization is not allowed, Simply leave the default selection of Development Tools.(Requires 400MB of Disc Space). You can change the location from default installation directory...