Thursday, February 27, 2014

How to Create a New Java Project in Eclipse

When you start up Eclipse for the first time, you will create and be shown an empty workspace. In order to start programming, you'll have to make a new project and configure it to your needs. You can easily create a new Java project in Eclipse, using Eclipse Ganymede 3.4.0.
1
Open the New Java Project window. This can be done in two ways:
  • Go to File -> New -> Java Project.
    Create a New Java Project in Eclipse Step 1Bullet1.jpg
  • Click the "New" icon at the top left and select Java Project.
    Create a New Java Project in Eclipse Step 1Bullet2.jpg
    1. Create a New Java Project in Eclipse Step 2.jpg
      2
      Enter your project's name.
    2. Create a New Java Project in Eclipse Step 3.jpg
    3. 3
      Click Finish to finalize your project with default settings, or click Next for additional options such as adding libraries or linking additional source folders.
    4. Create a New Java Project in Eclipse Step 4.jpg
      4
      Verify that your project was created; it should appear at the left side of the screen.

No comments:

Installing Android Studio

Android Studio is the official IDE for Android app development. It provides the core tools needed to start developing Android apps, includ...