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
Firstly I'd suggest doing that in an Applet is probably a bad idea.
If you do go ahead anyway, JNLPAppletLauncher may help.