This tutorial covers some common problems that you might encounter when writing Java applets. After each problem there is a list of possible solutions. Problem: Applet Viewer says there is no <APPLET> tag on my HTML page, but it really is there. Problem: I recompiled my applet, but my applet viewing application would not show the new version even though I told it to reload it. Problem: The background color of my applet causes the applet not to match or flicker when it is drawn on a page of a different color. Problem: The Applet getImage method doesn't work. Problem: Now that I have copied my applet's class file onto my HTTP server, the applet doesn't work. Problem: Applet is not loaded in my Web page. I see the error "java.lang.UnsupportedClassVersionError: Bad version number in .class file" in my Java Console. Tip for Deployers
|
|||||||||||||
Disclaimer
1) E-articles is not responsible for the information contained by this article as well for any and all copyright infringements by authors and writers. E-articles is a free information resource. If you suspect this article for any copyright infringement, please read the terms of service and contact us or use the "Report this article" button on this page to investigate the problem.
2) E-articles is not responsible for inaccuracies, falsehoods, or any other types of misinformation this article may contain and will not be liable for any loss or damage suffered by a user through the user's reliance on the information gained here. |
|||||||||||||