java - HTML: how to deploy applet (preferably .jar file) -
as title explains it, need deploy java app inside html document.
i tried:
<applet code=gume.class width="120" height="120"> </applet>
and:
<applet code=gume.class archive="dist/gume.jar" width="400" height="600"> </applet>
it optimal, if deploy .jar file (aplication made netbeans , index.html file in root of application's folder).
Comments
Post a Comment