ClassNotFoundException when loading applet on some computers
问题 running this applet on some machines wont work but then on some other's it works just fine. in all cases looks like JRE 1.6.0_26 has been installed. <script type="text/javascript" src="http://www.java.com/js/deployJava.js"></script> <script> var attributes = {codebase:'http://kash-dev/applet/', code:'Auth.class', archive:'Auth.jar', id: 'auth', width:0, height:0} ; var version = '1.6' ; deployJava.runApplet(attributes, null, version); </script> Here's the error: load: class Auth.class not