dibesw Active Member Licensed User Longtime User Aug 11, 2015 #1 I have completed a jar application with b4j. Is it possible incorporate this jar project in html page? I have found this: B4X: <html><body> <p> <applet code="RDC.class" archive="RDC.jar" width="740" height="400"></applet> </p> <p> <object codetype="application/java" classid="java:RDC.class" archive="RDC.jar" width="740" height="400"></object> </p> </body></html> but I have only RDC.jar and I do not know how to have class object. THANKS!
I have completed a jar application with b4j. Is it possible incorporate this jar project in html page? I have found this: B4X: <html><body> <p> <applet code="RDC.class" archive="RDC.jar" width="740" height="400"></applet> </p> <p> <object codetype="application/java" classid="java:RDC.class" archive="RDC.jar" width="740" height="400"></object> </p> </body></html> but I have only RDC.jar and I do not know how to have class object. THANKS!
Erel B4X founder Staff member Licensed User Longtime User Aug 11, 2015 #2 It is not possible to integrate B4J applications as Java applets. Upvote 0