I'm facing a strange problem in my small application...
where i've created 4 classes in two
java files 1 file having 1 public scope class, and the other is having two package scope and one public class.
This application executes successfully at my home pc, but when this is run on my institute's pc (i've tried two pcs there), the
classes defined in different files doesn't recognize each other at compilation, but when the whole code is combined into a single file the program again compiles successfully...
I've checked the package statement in both files and it was correct...!!
please someone tell me how to solve this problem...!!