Quote:
quote:Originally posted by IgorT
perhaps you EmployeeForm is not in the same package com.example ???
|
Thanks for the feedback. I actually had to compile them all together using:
javac *.java
and then it compiled OK. I am still having problem trying to compile classes that reside in different packages. Do all classes have to be in the same folder when they are compiled for all of this to work? Any information on compiling classes and packages?
Thanks very much. :)