View Single Post
  #5 (permalink)  
Old 05-31-2008, 12:45 AM
vglass vglass is offline
Member
 
Join Date: Jul 2007
Posts: 14
vglass is on a distinguished road
To get the applet to load in your browser you don't need to specify anything in the manifest. Instead the browser looks at the "code" argument supplied via HTML applet parameter.

e.g.

param name="code" value="com.mydomain.MyClass.class"

This is the way the browser knows what class to load.
Reply With Quote