|
Thanks to those of you who responded.
I fixed the problem.
I *thought* that is all the class files where in
the same directory as the java files, import (without a package name would
work).
This turned out to be false for my Windows 2000
environment, V1.3 of JSDK. Whether I used ANT or whether I set up
CLASSPATH and used javac, it simply would not compile without the package
qualifier.
I fixed the problem by adding the following lines
to my ANT build.xml file:
<fileset
dir="${catalina.home}/common/classes">
<include name="CCMsg.class"/> </fileset> Oh, well, since it works, I am going to use this
mechanism.
Happy Sunday!
Frank
|
- Import Problem Frank Welch
- Re: Import Problem Markus Spath
- Frank Welch
