B4J Question Jar in html page

dibesw

Active Member
Licensed User
Longtime User
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!
 
Top