i m new to java, the thing that is troubling me is that i can't
import my paskage file. What i did is that i made a sub directory as:
e:\jdk1.4\bin\JWork\mypackages
JWork is the subdirectory where i keep my files and in mypackages i
put the files to be imported. But i can't import files from the
mypackages.
What i write for packages is :
package JWork.mypackages;
and in the other file i write :
import JWork.mypackages.Dessert;
where Dessert is the package name. The error message that i received
is :
package JWork.packages does not exist
I think it could be the problem with the CLASSPATH, that the class
path is not properly set but i suppose that installation for the 1.4
should automatically set the CLASSPATH. Well i don't know how to set
the CLASSPATH if it is the problem with CLASSPATH.
Well what ever the case is i will be greatful to u in help me to
sought the problem