简体   繁体   中英

Openl JNLP/web start app from browser

I have a browser with my application running on it and I have one JNLP application installed on my system. So from browser how do we launch the installed JNLP application.

I know we cannot do it from JavaScript/jquery.

So is there any plugin/extension that will do my work. Or can I write some kind of plugin/extension for browser that will invoke my JNLP application.

If Yes how do i proceed?

If you want to run anything Natively, you need to use NPAPI. That allows you to run code outside the sandbox for your extensions.

http://code.google.com/chrome/extensions/npapi.html

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