|
It is still the problem of Classpath.
Thare are two way to set up your classpath.
one way is setup your enviroment variables.
another way is to use setup before running javac and java command.
running program under BIN directory just can solve the path problem, not the classpath problem ! There are different. |
|