posted 21 years ago
hi Emad
please see if u follow the steps i would follow if i were u...
1. make sure i have,
- d:\cert\Beverage.java
- d:\exam\stuff\Tea.java
2. i go to ,
d:
3. make sure i have "." (current directory) in the CLASSPATH env variable. if u don't have it u can compile like following step...
4. javac -classpath %CLASSPATH%;. cert\*.java
5. javac -classpath %CLASSPATH%;. exam\stuff\*.java
can u try that and let us know if u face more problems?
regards
maulin