Saturday, August 22, 2015

Getting Started!

Lets start with the installation process of Java.As Java is an open source programming language, you can easily find it and download it in your system.

Installation/Setup

Java can be written with any text editor, as Java is a compiled language. This is a detail we’re going to skip, because understanding this will not help us to get Java working, nor even tell us how to program in it. We want to install Java first, and that's exactly what we're going to do.
What I recommend is to download Eclipse. Eclipse is much more than a simple text editor, and the version I recommend that you get comes with Java's Development Kit already so there’s little setup. Just follow these easy steps:
This will install Java on your machine. Get the version you need. Most of you probably have Windows, so you'll want to choose one of the Windows downloads. If you happen to have Solaris or Linux, you'd have to get one of those. For those of you on a Mac, guess what? You already have Java! So you can skip this step.
Visit this link : http://www.oracle.com/technetwork/java/javase/downloads/jdk8-downloads-2133151.html
Make sure you follow the instructions!!
2. Then go and download Eclipse
Follow the link to go to the Eclipse downloads page
https://eclipse.org/downloads/


No comments:

Post a Comment