Forum: Java Dec 9th, 2007 |
| Replies: 14 Views: 2,425 thanx to all of u friends. mt problem was solved by putting connector :mysql-connector-java-3.0.16-ga-bin.jar in jdk ----jre folder in lib----ext and also copy it in tomcat---lib. |
Forum: JSP Aug 7th, 2007 |
| Replies: 19 Views: 4,049 oh my dear ! i am working with tomacat apache 5.0.28 but in order to work with beans there is also need to make a java file and place it in classes in tomcat directory .thats why i am running the... |
Forum: JSP Aug 7th, 2007 |
| Replies: 19 Views: 4,049 1) i have copied mysql-connector-java-3.0.8-stable-bin this zipped file and also imn unzipped form in WEBINF/lib .which jar files u are talking about please mention complete name .and
2) tell me by... |
Forum: Java Aug 1st, 2007 |
| Replies: 14 Views: 2,425 please tell me how to put the mysql driver in the class path please mention the method kindly.thanks |
Forum: Java Jul 31st, 2007 |
| Replies: 14 Views: 2,425 please help me to resolve the databasbase connectivity problem in java for mysql .i am using jdk 1.5 ,if there is need to put a file then please mention where it should be copied ,and i am writing... |
Forum: JSP Jul 31st, 2007 |
| Replies: 19 Views: 4,049 Is there any need to copy the .jar files(that are mysql-connector-java-3.0.8-stable-bin) in jdk.If so then where these files should be copied in order to include in the class path of java.please... |
Forum: JSP Jul 31st, 2007 |
| Replies: 19 Views: 4,049 yes i have copied the .jar files in WEB-INF/lib but still when i have compiled database connectivity program with mysql in java it gave the same error.
D:\Program Files\Java\jdk1.5.0\bin\java.exe ... |
Forum: JSP Jul 31st, 2007 |
| Replies: 7 Views: 2,429 yes i have installed javabut and it is working properly .now wat can b done. please help me to solve this problem |
Forum: JSP Jul 31st, 2007 |
| Replies: 19 Views: 4,049 please tell me which .jar file has to saved and where in jdk or in tomcat althought i have mysql-connector-java-3.0.8-stable-bin.jar file that i have copied in tomcat in libs .please tel are u... |
Forum: JSP Jul 30th, 2007 |
| Replies: 7 Views: 2,429 i am using Apache Tomcat Version 5.0.28 but it is not working well i have just typed a simple code and it is giving error .i am providing error and also code please giude me where is the problem , i... |
Forum: JSP Jul 30th, 2007 |
| Replies: 19 Views: 4,049 i am writing code and also the error i am facing in database connectivity in jsp to mysql .plz help me .thanx
/code
import java.sql.ResultSet;
import java.sql.SQLException;
import... |