I have developed a java application that runs fine. but after i pack it into jar file through eclipse, i write html for applet with the code
<applet code="org.apache.pivot.wtk.BrowserApplicationContext$HostApplet" archive="lib/pivot-core-2.0.jar,lib/pivot-wtk-2.0.jar,lib/pivot-wtk-terra-2.0.jar,lib/pivot-tutorials-2.0.jar,lib/servermanager.jar" width="860" height="680"> </applet> </APPLET> it shows gray window in iexplorer. the servermanager.jar is placed under lib folder same as pivot jars, I have test this html with HellowJava and that works. any suggestions? -- View this message in context: http://apache-pivot-users.399431.n3.nabble.com/applet-shows-gray-window-tp3408960p3408960.html Sent from the Apache Pivot - Users mailing list archive at Nabble.com.
