jdbc:mysql connectivity
Hi All, Pls Anyone help me how to overcome the below problem in
Jdbc:MYSql Connectivity
I am Using j2sdk1.4.2_11,mysql 4.0,jdbc-mysql-j-connector 3.0.
When i am executing hte code it shows error as
" Exception in Java thread "main" java.lang.NoClassDefFoundError :org/aspect/j/lang/signature
at java.lang.Class.forName0(Native Method)
at java.lang.Class.forName(class.java:141)
at <class-name>.main(<source-code.java>:77) "
I stored that jconnector.jar file under my %JAVA_HOME%/jre/lib/ext
CLASSPATH =c:\j2sdk1.4.2_11\jre\lib\ext\mysql-connector-java-3.0.15-ga.jar;
Anyone please tell me what will be the problem when executing that Connectivity
|