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

web services - java.lang.NoClassDefFoundError: Could not initialize class net.sf.cglib.proxy.Enhancer -

Accessing MATLAB's unicode strings from C -

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