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

Popular posts from this blog

php - render data via PDO::FETCH_FUNC vs loop -

c++ - OpenCV Error: Assertion failed <scn == 3 ::scn == 4> in unknown function, -

The canvas has been tainted by cross-origin data in chrome only -