Adding a Java File

Java Files will contain all of the source code for your Java programming tasks. Before you can add Java files, you need to have a project to add them to. See "Creating a new Gild Project" for more information. After you have a project, adding java files is easy. It can be done one of two ways: by creating a new Java file; or by importing files into your project.

  1. Create a New Java File
  2. Import Files into Your Project

Previous | Index | Next