Hi!

Pedro wrote:
> Thanks Scot and Rickard !
> the problem was solved !
> but i need anoder way to make this, (why the VM need this in run time?)
> my system will run on the browser
> the client (Ex :InterestClient ) will can't set the classpath in your
> browser right ?

No, but if you package your applet in a JAR (and you should) then simply
add a Class-Path header to your manifest file. See JDK docs for more
info on that. That will allow you to reference any JAR's you might need
without having to change the clients CLASSPATH environment variable.

> you can send me one example (how-to) of that ?
> 
> i have other exeption
> 
> Got context
> javax.naming.NameNotFoundException: interest not bound

You haven't bound your bean to the JNDI name "interest". Check the
server logs, it should say what name it is bound to.

/Rickard





--
--------------------------------------------------------------
To subscribe:        [EMAIL PROTECTED]
To unsubscribe:      [EMAIL PROTECTED]
Problems?:           [EMAIL PROTECTED]

Reply via email to