Hi Pradeep,
I will sugest you to check your path,
See all this problem have a root cause with the path varible you set.
if you tell how have you set class paths then i can try to help.
still
try this: SET ENVIRONMENT VARIABLES:
JAVA_HOME C:\jdk1.3.1_16
J2EE_HOME C:\j2sdkee1.3.1
CLASSPATH C:\j2sdkee1.3.1\lib\j2ee.jar;D:\Certification\projects\advice
CLASSPATH should contain your
j2ee jar file as well as your application jar file.
just put directory path for AdviceAppClient.jar file ok.
and follow the instruction in the book.
$ javac -classpath %CLASSPATH%;AdviceAppClient.jar AdviceClient.java
$ java -cp %CLASSPATH%;AdviceAppClient.jar AdviceClient
Bingo
This is what I did and it works fine may be you can try the same.
vikas prasad