Re: Java Applet and MySQL
My great thanks to this post. The code given by you is very useful. It is nice combination of Java applet
and MySQL. I find code very useful. I really appreciate your work. I am sure many people will find it very useful.
Re: Java Applet and MySQL
Thanks! I never did get it to work reliably. The program is fantastic in a JFrame, but moving it into an applet really didn't work out for me. What does your HTML look like?
Re: Java Applet and MySQL
Quote:
java console is only spitting out "createGUI didn't complete successfully"
The code shows that it also does a printStackTrace() in the catch block.
The problem would be shown in that stack trace message. What was the full contents of the java console?
Re: Java Applet and MySQL
That's why I was specific about what was in the console. That's it. No stack trace printed. This was a long time ago and I don't even have the applet code anymore.