Hi , I have an JApplet which is running fine under Netbeans but when i am putting it in browser using this html code
it throws some error while connecting to the database
Is is throwing an error because i have not signed the jar file before using it in web-browser or is it a class path issue of connector/J (Mysql) ?
if it is a class-path issue, what i need to do to resolve this ?
Note: I have set the environment variables under windows ...