Hello. I am having an issue with compiling my client code.
What I have done so far...
-Compiled my java files. -Created the jar from the class files -Deployed the bean to the server and returned a client jar stub to my code directory
I am creating a client program to interface with the bean and when I attempt to compile, I get:
C:\EJB\AdviceClient.java:21: cannot access AdviceHome bad class file: .\AdviceHome.java file does not contain class AdviceHome Please remove or make sure it appears in the correct subdirectory of the classpath. AdviceHome home = (AdviceHome) PortableRemoteObject.narrow(o, AdviceHome.class); ^ 1 error