In some projects, source code (.java files) will be provided for you. To incorporate these files into your project, you must “import” them into Eclipse. This page provides step-by-step instructions showing you how to incorporate a .java file provided for you in your instructor's public GL directory into your programming project.
These instructions assume that you have already created a Project and Package in Eclipse for your programming project, and that Eclipse is up and running. If you are working on your PC/laptop, copy the .java file you wish to import to your desktop (or other convient folder) using a secure copy utility such as WinSCP.
If you wish to read more on importing files and other resources into Eclipse, go the Eclipse help page and enter “import” into the search box.