
Each program you write will consist of one or more of these classes. Now we can create a new Java Class by right-clicking the package icon just created and selecting "New-Class" from the pop-up menu.This being the case, you might name the project in a manner similar to what is shown below: Let us suppose that your name is Paul Oser and you are creating this project folder to contain all of the java programs you were going to write in your CS 170 - Introduction to Computer Science course. We need to give our project an appropriate name.Create a new Java Project by selecting "File->New->Java Project" from the main menu.Follow the steps below to see how easy it is to create a simple program in this environment: They pack everything a programmer might need (e.g., a good text editor with syntax highlighting, external library management, debugging tools to track down errors, etc.) into a single application with a nice graphical user interface for the rapid development of programs.Įclipse is an IDE - in fact, it's the IDE of choice for many professional java programmers. Integrated Development Environments (i.e., IDE's) are an answer to that frustration.

Developing java programs from the command line can be less than efficient sometimes, depending on your level of expertise with command-line based tools like vim.
