Re: java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
Posted by: jack liu
Date: July 27, 2005 04:17AM

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)

Options: ReplyQuote


Subject
Written By
Posted
Re: java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
July 27, 2005 04:17AM
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.