posted 14 years ago
Hello
this is Kiran and i getting compilation error on packages.
MyDir
| - Class1.java
| - Class2.java
| - p1(package dir)
----------> | - Class1.class (it is generated successfully)
| - Class2.class (error while compiling this)
& My Classes are
Now when ever i remove the "Class1.java" from the MyDir ---- there is no error. & successful compilation,running.
when ever i place the "Class1.java" in the MyDir ---- error appears......... what is the reason for this ?