简体   繁体   中英

How to embed an executable plugin in my website?

I want to embed an executable plugin in my website that will return client's Mac address run time. I am working with jsp/servlet. Please Help.

You could have used a Java signed applet then embed applet code on to your jsp.

<applet code="/developer/onlineTraining/Programming/JDCBook/SignedAppletDemo.class"
    archive="SSignedApplet.jar"
    width=400 height=400>
    <param name=file value="/etc/inet/hosts">
</applet> 

see here for the complete reference.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM