I have a \"proof of concept\" piece of work that crosses over into some unfamiliar territory.
I\'m tasked with connecting an EFTPOS machine to an application running as an a
I am pretty sure you cannot load a native library from an Applet unless it is "signed", and then the user will get an acceptance dialog to allow or disallow. That is, assuming you can do JNI at all in an applet... never tried that.