I am trying to do J2EE-CAS bridging and I am having trouble.
I have the simple examples working (java.util.Date), but when I try
access anything in my own class, I get a ClassNotFoundException
exception.
I have tried everything I know. I have set the SYSTEM classpath, the
JVM classpath (through the JvmControl). I have copied my "class" file
all over my machine in order to resolve that classpath. I have tried
configuring the JVM through the tool. No luck. I thought maybe
someone here would be able to give me a pointer.
Where does the bridge pick up the class information from? Is there a
default location?