How to do a RMI call in JSP?
I did a RMI call in Servlet successfully, but error occured when I use JSP to do the same thing.The error message says _stub class cannot be found.What can I do?
[197 byte] By [
neoedmund] at [2007-9-26 1:22:03]

Dear Friend,The stub class shud be in the classpath, in such a way that ur JSP file can look at that & use it.I am using Weblogic Server & it works fine for me. Which App Server r u using?Kesavan.
Thank you for your help.
I use VisualAge for Java 3.5, webSphere and JBuilder 4.
I'll test your method serveral days later,
and I doubt why stub class cannot be download automatically, because if RMI server side's source code changed , and stub class must be compiled again.
Then must I download stub class again?