Guide to Object-oriented Programming With Java (University at Buffalo Version)
Chapter 1: Setting Up Your Eclipse Environment
The Eclipse Interactive Development Environment (IDE)
This guide will use the Eclipse IDE 2021-06 version as our code editor (IDE).
If you want to develop Java programs on your own machine (Linnux, MacOS, or Windows) the you need download and install eclipse.
Open Eclipse you need to setup your workspace. See the Eclipse Icons web site for an explanaton of the toolbar icons. You need to create a new project (edu
) to store your .java
files. Then you need to create new packages:
You are now ready to create your first Java program.