Re: java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
Posted by: Henry Chang
Date: April 18, 2005 02:59AM

This is exactly the same problem I have in my previous post. But I included the root account with the corresponding password but it still fails to connect. I don't know what is going wrong.

In your case, however, did you try with the following code?

Connection conn = DriverManager.getConnection("jdbc:mysql://localhost/test?user=root&password=abc");

assuming that your root password is "abc".

Options: ReplyQuote


Subject
Written By
Posted
Re: java.lang.NoClassDefFoundError: org/aspectj/lang/Signature
April 18, 2005 02:59AM
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.