I am building a website using iWeb on my Mac (latest versions of everything) I am using the Html Snippet Widget to embed the applet tag.
Since iWeb does not seem to have any specific support for Java applets, my plan was to just publish the tag and then send over the required Jar file afterward.
However I can't get past the "apply" - because after I press apply, iWeb just hangs indefinitely.
Here is the tag...
<applet code="myApplet.class" codebase="java/" width="1000" height="700" archive="myArchive.jar"
<parameter name="example" value="morestuff">
<parameter name="title" value="some text">
</applet>
I am seeing some interesting messages in the console about MalformedUrLException - unsupported protocol iweb-widget
Has anyone had any luck deploying applets using iWeb?
Any guidance would be greatly appreciated
Thanks, Victor