Weblogic Examples not working usually has a lot to do with
your environment. Becaused its so fundamental, to reliable
operation of your examples, take the time to ensure you checked them.

You see, when you run a client application with the server on a
single machine, what you are doing is simulating three environments.
1. A development environment,
2. A server environment, and
3. A Client Environment.

They each have a different classpath.
By using the same classpath, it is possible for the client to access
the classes you are trying to instantiate directly from the Weblogic
classes directory, instead of using the server to get at the classes.
In short, your client classpath should not include <Weblogic_home>/classes.

Edward

> -----Original Message-----
> From: A mailing list for Enterprise JavaBeans development
> [mailto:[EMAIL PROTECTED]]On Behalf Of Farooq Hameed
> Sent: 03 July 2000 12:14
> To: [EMAIL PROTECTED]
> Subject: Re: Weblogic examples not running
>
>
> Thanks for taking some time to answer my questin.
>
> I have checked them, they are in my path.
>
> Any way, I have successfullly deployed the beans. But ,now I am
> trying to run
> it's client, it's giving me the errors. Any idea what are
> requirments before I
> run the Client.
>
> Regards,
> Farooq Hameed
>
> ==================================================================
> =========
> To unsubscribe, send email to [EMAIL PROTECTED] and include
> in the body
> of the message "signoff EJB-INTEREST".  For general help, send email to
> [EMAIL PROTECTED] and include in the body of the message "help".
>

===========================================================================
To unsubscribe, send email to [EMAIL PROTECTED] and include in the body
of the message "signoff EJB-INTEREST".  For general help, send email to
[EMAIL PROTECTED] and include in the body of the message "help".

Reply via email to