Re: Data's not inserting into database in NetBeans5.5.
Posted By:
Sachin_M
Posted On:
Wednesday, August 1, 2007 03:22 AM
Hi
It seems to be that mysql-connector-java-5.0.4-bin.jar file is not founded on the classpath.How i can add this to main class library of the project.I have tried the same code in servlets.I added the mysql-connector jar file to WEB-INF/lib folder and its working.I tried the same code for Swing Applet,but i don't know where to add the connector jar file.