Send your Email Address, I will Forward a SnapShot (
[email protected])
of the Dialog Box .
It wont let me attach a File HERE (Wheres the Forum Admin)
In the mean Time Try this Bro....
In Eclipse Click the File Menu.....
File->New-Select Package
In the Name (TextBox) Type this carefully & Pray
com.practicaljava.lessonN
N = Your Lesson Number (say 5 )
Then Click Finish .
You should get a pkg Icon under the Src Folder
Your Java Source files get Put in there or the Path becomes.....
src/com/practicaljava/lessonN
The Package is just a way to Organize a Path , where your Source Code goes. mr Glenn