11
I’m having a hard time figuring out how to do it:
What I Wish
I want to create a Google Chrome/Firefox extension that when I press a button in the html of my extension, it will run a file. JAR passing user settings parameter in the extension. So I thought about using JNLP.
Problem
But from what I understand of JNLP it executes the JAR directly from the server, and what I really wish is that it execute a JAR on the client’s machine this JAR will be already in a folder within the extension itself minhaExtensao/lib/foo.jar
Doubt
It would be possible to execute it so on the customer’s machine?
I believe you’re looking for are
Applets
.– andervoc