I have an employee class see atthachement whic compiles fine and i have written some code called EmployeeAdd which uses the Employee Class which was deifining an Employee.
However my problem is when i am trying to import the Employee in to EmployeeAdd the error message i am getting is the following
error expected . at end of the line after import EmployeeAdd.java it just does not compile for some reason
This code was working fine before i am using jdk version 2.0
If anyone can help me plz
Thanks
Richard