Hi,
I started studying the HFEJB book and tried the first tutorial program there in Chapter 1 called AdviceApp. I was able to follow all throughout the steps. I successfully run the server. I was able to create the ejb-jar.xml using the deploytool. I was able to compile the client program successfully. But when I was trying to run the client program, using this command, (i'm using windows as my platform)
C:\projects\advice>
java -cp %CLASSPATH%;AdviceAppClient.jar AdviceClient
I got this error saying...
Exception in
thread "main" java.lang.NoClassDefFoundError: com/sun/corba/se/internal/util/JDKBridge at com.sun.corba.ee.internal.core.IOR$LocalCodeBaseSingletonHolder.<clinit><IOR.java:90> ...
What is this com/sun/corba/se/internal/util/JDKBridge all about? Am I missing something here?
Thanks in advance!