Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
[aspectj-users] Thanx MR.Pedro

Thank you Mr.Pedro.I did not include the PrintFao.class in the servlet directory.
 It worked after doing that.

MUTHUKUMARAN.V
Department of Computer Science,
Pondicherry University,
India.
------------------------------------------------------------------------
On Mon, 14 Apr 2003 Pedro A. Rodriguez wrote :
Hi,

the two classes generated :
printFao.class
HelloWorld.class

must be located on the Web Server, servlet directory.

In my case, using Apache tomcat, the directory is :
C:\Program Files\Apache Group\Apache Tomcat 4.0\webapps\ROOT\WEB-INF\classes

Hope this help,
Pedro Rdz.
Syndein
----- Original Message -----
From: "Muthu Kumaran v" <ping_muthu@xxxxxxxxxxxxxx>
To: <aspectj-users@xxxxxxxxxxx>
Sent: Sunday, April 13, 2003 12:50 AM
Subject: [aspectj-users] Aspect is getting compiled with servlet but not
getting executed.


>
> Repected all,
>
> Aspect is getting compiled with servlet but when executed
>   the aspect is not getting executed.
>
>   it shows exception as:
>
>       java.lang.NOclassDefFoundError:printFoo
>               .
>               .
>               at
>   javax.servlet.http.httpservlet.service(httpServlet.java)
>               .
>               .
>
> What shold be done to execute..should any package be
>   downloaded....
>
>   i am also attaching the code.Plz help me out...
>
>   MuthuKumaran,
>   Pondicherry University.
>   India
>
>
>
>
> _______________________________________________________________________
> Odomos - the only  mosquito protection outside 4 walls -
> Click here to know more!
>
http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomos&&w
n
>

_______________________________________________
aspectj-users mailing list
aspectj-users@xxxxxxxxxxx
http://dev.eclipse.org/mailman/listinfo/aspectj-users

_______________________________________________________________________
Odomos - the only  mosquito protection outside 4 walls -
Click here to know more!
http://r.rediff.com/r?http://clients.rediff.com/odomos/Odomos.htm&&odomos&&wn



Back to the top