Hello,
this is my first post to Coderanch !!
I am having a problem. I know how to compile and run
Java programs from cmd successfully.
I am having a problem with the following:
I have two folders named : packagea and packageb
In package a I have a class named ClassA.java
and in packageb I have a class named ClassB.java
I compiled ClassA with success and I compiled and run ClassB successfully from the command line.
When I alter ClassB like bellow:
It cannot run. It throughs a class not found exception
What am I doing wrong???