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]
# 1
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.
kes_javaman at 2007-6-29 0:58:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 2

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?

neoedmund at 2007-6-29 0:58:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...
# 3
What does your JSP look like?
Sumo at 2007-6-29 0:58:33 > top of Java-index,Enterprise & Remote Computing,Web Tier APIs...