Textpad doesnt recognise other classes
Posted: Sun Sep 18, 2005 5:29 am
I'm not really sure whether it's textpad or the compiler, but when i try to compile a program with textpad that has the name of another class in it, the compiler can't recognise it. It comes up with this error:
D:\uni\2005 Sem2\cse12ipj\assignment\HabitatModule.java:1: cannot find symbol
symbol: class Module
public class HabitatModule extends Module
^
1 error
Tool completed with exit code 1
I have compiled the other class, if you were wondering, and all of the java and class files are in one folder. I've also tried compiling other files that used to compile fine, and they don't recognise the other class files either. If anyone has any ideas, please tell me.
D:\uni\2005 Sem2\cse12ipj\assignment\HabitatModule.java:1: cannot find symbol
symbol: class Module
public class HabitatModule extends Module
^
1 error
Tool completed with exit code 1
I have compiled the other class, if you were wondering, and all of the java and class files are in one folder. I've also tried compiling other files that used to compile fine, and they don't recognise the other class files either. If anyone has any ideas, please tell me.