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
Post a Comment