html - jar file generates RuntimeException: java.lang.reflect.InvocationTargetException -


i'm trying run jar file in html page can't run because immidiately throws java.lang.reflect.invocationtargetexception though main function empty , doesn't call code. how can fix this?

the code in html page is:

   <applet archive="java/waterdrops.jar" code="waterdrops.main.class" width="100%" height="100%" title="java(tm)"></applet> 


Comments

Popular posts from this blog

java - How to specify maven bin in eclipse maven plugin? -

single sign on - Logging into Plone site with credentials passed through HTTP -

php - Why does AJAX not process login form? -