Accorting to MySql manual and web site I modified the environment variable for installing JConnector for mysql as follows :
CLASSPATH
C:\Program Files\Java\mysql-connector-java-5.0.7\mysql-connector-java-5.0.7-bin.jar
where my MySql connector Folder is placed on Java folder in program files (I put there willingly)
But actually when I want to do any testing program checking whether mysqlConnection is ok I get NoClassDefFound Exception that mean connection is not established and jConnector is not installed properly
PLz Tell me how can I install JConnector 5.0 I really need help