I've uploaded a java web application on app engine. I've made a database 
connection in a JSP file. I have dynamically loaded the drivers using the 
URL url = new URL("jar:file:\sqljdbc4.jar!\");
The driver is located in the main war directory. 
It works well on localhost but when i run it through app engine it gives 
the following error." class not found exception"
Why it is happening. the database is hosted on somee.com. they have given 
me the servername, database name and conection string. 
Please tell me a solution

-- 
You received this message because you are subscribed to the Google Groups 
"Google App Engine" group.
To view this discussion on the web visit 
https://groups.google.com/d/msg/google-appengine/-/S1jKU-005u4J.
To post to this group, send email to [email protected].
To unsubscribe from this group, send email to 
[email protected].
For more options, visit this group at 
http://groups.google.com/group/google-appengine?hl=en.

Reply via email to