You are currently viewing the BOOK: Ivor Horton's Beginning Java, Java 7 Edition section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
I am brand new to Java and am having trouble with the very basics of applets. I am using NetBeans IDE for editing and when I create a new application to write the html example I get an error on the first line. Here is the code:
Im also a newbie in Java and have this book last night. I tried to execute the code reference MyApplet.html using the command appletviewer but I encounter error in cmd prompt as shown below:
"load: class MyFirstApplet not found"
and also the applet viewer window popup error below:
"start:applet not initialized"
Could someone help me on this...