N
Neil Bisby
Hi,
I would like to connect to a Mysql server which is on the same website
as the applet. I am using the mysql driver and loading it as follows
Class.forName("com.mysql.jdbc.Driver").newInstance();
It works fine on the Development platform (Forte for java release 2),
but when I deploy it to the website, the class does not seem to ge
loaded.
Class.forName give a message "can't find class anywhere" if it really
cant find the class which in this case is in a jar file, but it does
not give this message.
Any ideas about how I cane sort this?
Thanks
Neil
I would like to connect to a Mysql server which is on the same website
as the applet. I am using the mysql driver and loading it as follows
Class.forName("com.mysql.jdbc.Driver").newInstance();
It works fine on the Development platform (Forte for java release 2),
but when I deploy it to the website, the class does not seem to ge
loaded.
Class.forName give a message "can't find class anywhere" if it really
cant find the class which in this case is in a jar file, but it does
not give this message.
Any ideas about how I cane sort this?
Thanks
Neil