I've written an applet using Netbeans IDE. It was loading fine in browser.
When I created a new package, and copied with refactoring (and also without refactoring) the same file into the new package plus the original html file also, and tried to load the applet again in the browser, it just doesnt load it. It says 'Loading java applet failed'
I've tried searching the forums, but was unable to find a similar prob. Any help much appreciated.
Ulf Dittmer
Marshal
Joined: Mar 22, 2005
Posts: 35253
7
posted
0
If the applet is now in a different package, then you need to adapt the applet tag in the HTML file to reflect that.
If that's not it, check the Java Console for error messages.