There is security problem here. The COFFEEBREAK serving
MySQL server sits on a different machine than the WWW server.
See the Deploying Java and JDBC article from DataDirect.
Possible solutions:
- Install applet on local machine (sorry no details, have not tried)
- Sign it (mhh don't know yet how to do this)
- Use a multi-tier setup
Workarounds:
- Try: appletviewer http://tecfa.unige.ch/guides/java/staf2x/ex/jdbc/coffee-break/simple-applet/MySqlQueryApplet.html
- Use our test/doc WWW server that sits on the same machine (as in the URLs below)
Examples (the source is listed above or in the directory):
Simple "list a query" example:
http://tecfa2.unige.ch/guides/java/staf2x/ex/jdbc/coffee-break/simple-applet/MySqlQueryApplet.html
D.K.S.