Hi Scott,

Thanks for your help. We have tried 3.2.0 RC2, but it
did not solve the problem. It still says
ClassNotFoundException for the dynamically generated
classes (i can see these classes under
C:/mycom/classes/ directory). But for some reason its
not visible to the myapp.jar.

thanks again for your help. i really appreciate it.

-muruga

> From: "Scott M Stark" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Subject: Re: [JBoss-user] classpath - dynamic class
> load problem
> Date: Tue, 18 Feb 2003 18:51:52 -0800
> 
> Look at 3.2.0RC2.
> 
> xxxxxxxxxxxxxxxxxxxxxxxx
> Scott Stark
> Chief Technology Officer
> JBoss Group, LLC
> xxxxxxxxxxxxxxxxxxxxxxxx
> 
> ----- Original Message ----- 
> From: "Muruga Chinnananchi" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Tuesday, February 18, 2003 3:36 PM
> Subject: [JBoss-user] classpath - dynamic class load
> problem
> 
> 
> > Hello,
> > 
> > I am using JBoss 3.2 RC1, Here is my
> > conf/jboss-service.xml:
> > <classpath codebase="file:/C:/mycom/classes/" />
> > <classpath codebase="file:/C:/mycom/lib/"
> > archives="myapp.jar"/>
> > <classpath codebase="lib" archives="*"/>
> > 
> > Here is the problem:
> > The dynamically generated classes under
> > C:/mycom/classes/ directory is not visible to the
> > class which is in C:/mycom/lib/myapp.jar file. 
> > I start the jboss server, then i generate
> > MyClass.class and put it under
> > C:/mycom/classes/directory. 
> > 
> > After that, When i try to invoke MyApp.class which
> > intern invokes MyClass.class, i get
> > ClassNotFoundException. Saying..MyClass is not
> found!
> > 
> > Is there any way i can force the myapp.jar to look
> the
> > classes which are in <classpath>.
> > 
> > thanks
> > -muruga
> > 
> > __________________________________________________
> > Do you Yahoo!?
> > Yahoo! Shopping - Send Flowers for Valentine's Day
> > http://shopping.yahoo.com
> > 
> > 
> >


__________________________________________________
Do you Yahoo!?
Yahoo! Shopping - Send Flowers for Valentine's Day
http://shopping.yahoo.com


-------------------------------------------------------
This SF.net email is sponsored by: SlickEdit Inc. Develop an edge.
The most comprehensive and flexible code editor you can use.
Code faster. C/C++, C#, Java, HTML, XML, many more. FREE 30-Day Trial.
www.slickedit.com/sourceforge
_______________________________________________
JBoss-user mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/jboss-user

Reply via email to