Hi,
I have a Point.java file and Line.java file in package named
"roymrinal_2dShape" package. Line class in line.java expends Point class;
Point.java compiles with no error.
But Line.java produces error as bellow:
bad class file: D:\Working Data\Quellcode\roymrinal_2dShape\Point.class
class file contains wrong class: roymrinal_2dShape.Point
Please remove or make sure it appears in the correct subdirectory of the
classpath.
public class Line extends Point {
Please guide me : what is the correct directory to place the 2 class code
files?
Regards
Mrinal
--
You received this message because you are subscribed to the Google Groups
"JPassion.com: Java Programming" group.
To unsubscribe from this group, send email to
[email protected].
Visit this group at http://groups.google.com/group/jpassion_java?hl=en-US.