Hi All
I am using
J2EE RI Server for running the EJB example in Chapter 1 of HFEJB.
I am able to compile AdviceClient.java using the command:
But I am not able to run it. When I say
, I am getting the following exception.
My Classpath is:
I have AdviceAppClient.jar in the same directory where AdviceClient.java and AdviceClient.class are present.
How to get rid of it? I just have to run it. I referred
https://coderanch.com/t/317367/EJB-Other-Java-EE-Technologies/java/Running-headfirst-ejb-st-chapter but it is of no use for me as it talks about WebLogic server. I am using RI Server.
Kindly let me know how to run AdviceClient.
Regards,
Chaitanya