Calling a DLL from an Applet via JNI

后端 未结 3 613
抹茶落季
抹茶落季 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:49

    The only thing I can suggest is taking a look at the source code for that area and trying to decipher if it is not allowing because of lack of permission or because that is not allowed at all. You don't have line numbers unfortunately, so that makes it a little more tricky.

提交回复
热议问题