java - How to show an applet at Bonita BPM form? -



when try show applet @ bonita form through html widget data:

<applet archive="jarfile-with-applet-code.jar" code="com.company.applets.myfooapplet.class" width="400" height="500"> </applet> 

i got error:

exception: java.lang.classnotfoundexception: com.company.applets.myfooapplet.class load: class com.company.applets.myfooapplet.class not found. java.lang.classnotfoundexception: com.company.applets.myfooapplet.class     @ sun.plugin2.applet.applet2classloader.findclass(applet2classloader.java:252)     @ sun.plugin2.applet.plugin2classloader.loadclass0(plugin2classloader.java:249)     @ sun.plugin2.applet.plugin2classloader.loadclass(plugin2classloader.java:179)     @ sun.plugin2.applet.plugin2classloader.loadclass(plugin2classloader.java:160)     @ java.lang.classloader.loadclass(classloader.java:247)     @ sun.plugin2.applet.plugin2classloader.loadcode(plugin2classloader.java:690)     @ sun.plugin2.applet.plugin2manager.cre 

i jar file (select pool > application > dependencies > add jar), still not works.

i think when press [run] @ toolbar, war generated lost dependencies.. or template generated page dont find applet class..

i used applet in bonita embed ms office documents. ive made work using default package in applet class. add applet jar , dependencies in proccess selecting pool -> application -> resources -> add file, of course better if first signed applet jars. note (select pool > application > dependencies > add jar) approach wont work cause these runtime core process libraries, applet standalone application independent bos core. hope helps


Comments

Popular posts from this blog

java - Play! framework 2.0: How to display multiple image? -

gmail - Is there any documentation for read-only access to the Google Contacts API? -

php - Controller/JToolBar not working in Joomla 2.5 -