My applet connects to a database through jdbc. I get lots of this message when the applet tries to connect:

basic: JNLP2ClassLoader.findClass: com.microsoft.sqlserver.jdbc.? try again..

where ? is for example SQLServerConnection, or TDS

Any idea what might be causing the problem?

link|improve this question

feedback

1 Answer

up vote 0 down vote accepted

I may suggest your applet can't find a class which is supposed the jdbc lib must have. Anyway, you should create servlet to connect to your applet; As usual, servlets are using to access database and put data back to applet;

the project schema is something in this way :

applet<->servlet<-database

Report that helps

Good luck

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.