Best unofficial Apache Server developers community |
|
Ok, sorry if this question is stupid. I followed this tutorial: http://www.youtube.com/watch?v=E30_-pQGQXs. Now that I have it compiling in Eclipse, when I upload it to a remote server, how do I get it to work with the jdbc library? If I try to execute Main.class on a remote server, I get
How do I include the jar or get rid of this error?
posted via StackOverflow
|
|
 
|
You have to make sure to include the mysql JDBC driver in the classpath on the remote server. Some app servers have a specific folder to place 3rd party files that get included in the classpath. Are you using an app server or is this a custom application? |