0

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?

1 Answer 1

1

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.

Sign up to request clarification or add additional context in comments.

Comments

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.