Dynamically loading a native library inside Java applet

后端 未结 5 1646
孤街浪徒
孤街浪徒 2020-12-17 07:11

I am trying to write a Java applet that will read from a user\'s serial port. For this I am using the Java Comm API in conjuction with the RXTX library. I\'ve successfully m

5条回答
  •  爱一瞬间的悲伤
    2020-12-17 07:49

    Firstly I'd suggest doing that in an Applet is probably a bad idea.

    If you do go ahead anyway, JNLPAppletLauncher may help.

提交回复
热议问题