Dynamically loading a native library inside Java applet

后端 未结 5 1654
孤街浪徒
孤街浪徒 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:51

    I don't know about applets, other than they're locked down heavily wrt. security/accessing the machine's resources etc.

    If you need a web-deployable solution, have you looked at Java Web Start ? See in particular this FAQ entry

提交回复
热议问题