deployment - deploying java applet -



deployment - deploying java applet -

i wanted set java application online having classnnotfoundexception error. next code in index.html page

<applet width="200" height="200" archive="calculator.jar" code="calculator.calculator" />

i created jar file called calculator.jar including files, in same directory index.html. main in class called calculator within jar file. don't know doing wrong when created jar file compressed it.

should seek uncompressing it?

any hints much appreciated

java deployment jar applet zip

Comments

Popular posts from this blog

javascript - mongodb won't find my schema method in nested container -

r - url in CRAN extension manual -

asp.net - .NET Control.ID property inconsistency -