Introduction to Eclipse
Eclipse is used to build / debug and compile java. It is not the only Integrated Developement Enviroment (IDE) for Java out there but it is the one I am using on this site.
Click here to get your free copy of Eclipse.
Install eclipse and open "eclipse.exe" from the install location.

Don't be suprised if it takes a while to load.
Close the welcome screen using this white 'x' on the top left of the welcome screen.
On the first run it will ask for a Workspace

This is where all your projects will be stored (in their own subfolders in the workspace folder) Eclipse isn't exactly brilliant when it comes to saving / loading and moving project so you might want to choose your work folder carefully.
A first look at your new IDE

Eclipse has the familiar tools and glitze what you would expect from any professional IDE, Project Explorer to manage files, code window, Outline to quickly jump around your projects code, Console to view your dos applications and tests, and Problems to debug the program during compilation. In english it manages all the files for your project, you can edit them, jump around your program quickly and fix problems :-)
I will go into details on the code area and outline later, the rest is self explanitory.
Create your first project

File -> New ->Java Project
Java creates files and folders before you can edit them or do anything unlike any of the Basic languages, so you should be aware of a projects name, or filenames when you want to create anything new, and also have a folder and space ready on the harddisk. Kinda takes the fun out of experimenting because you will end up with millions of files and have to clean up alot.
Simply type your project name
and click "finish"
Copyright (c) 2008, Martin Sykes.
Learning Center is a branch of Martrinex Systems, Martrinex.net
Do not copy any materials from this site without permission from the auther.
Add Comment
Comments