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# - Avoiding duplicate methods for Task and Task<T> -

javascript - Which segment of a polyline was clicked? -