hi:
I am new to Java and meet a problem when compiling the codes. The codes are as following:
import com.testing.simpletest.*; ....
the main problem is I don't know how to include the files in directory and how to combine them into
one package, and how to name the package. Is there any difference between them and .h files in C.
If I use eclipse as IDE, and create my own project, how to import these packages.
Thanks.