Calling a DLL from an Applet via JNI

后端 未结 3 625
抹茶落季
抹茶落季 2020-12-01 13:16

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

3条回答
  •  误落风尘
    2020-12-01 13:59

    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.

    Good luck.

提交回复
热议问题