Re: java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
Posted by: Mark Matthews
Date: July 27, 2005 05:58AM

jack liu wrote:
> I met the same problem. I can get the result in
> Java applicaiton. but i got the same error in
> Jsp.
>
> I have done what u have said. but it still does
> not work.
>
> what i have done is :
> 1)put mysql-connector-java-3.1.8-bin.jar into
> /common/lib;/share/lib;
>
> 1) set classpath in the
> mysql-connector-java-3.1.8-bin.jar
> 2)set classpath in aspectjrt.jar
>
>
> error:
> ava.lang.NoClassDefFoundError:
> org/aspectj/lang/Signature
> java.lang.Class.forName0(Native Method)
> java.lang.Class.forName(Class.java:141)


Use Connector/J 3.1.10. It doesn't have this problem. In any case, something somewhere is pointing either to the classes that came with 3.1.8 or to the -bin-g.jar, otherwise you wouldn't have this issue.

-Mark

Mark Matthews
Consulting Member Technical Staff - MySQL Enterprise Tools
Oracle
http://www.mysql.com/products/enterprise/monitor.html

Options: ReplyQuote


Subject
Written By
Posted
Re: java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
July 27, 2005 05:58AM
March 14, 2007 04:02AM


Sorry, you can't reply to this topic. It has been closed.

Content reproduced on this site is the property of the respective copyright holders. It is not reviewed in advance by Oracle and does not necessarily represent the opinion of Oracle or any other party.