Hi,
I'm making an executable JAR that uses the RxTx serial library. It requires access to rxtxSerial.dll and I want the JAR to put it there automatically. That way I don't need an installer -- just a standalone JAR. Can this be done?
When I call new FileOutputStream(new File("C:/Windows/rxtxSerial.dll")), I get the following exception:
java.io.FileNotFoundException: C:\Windows\rxtxSerial.dll (Access is denied)
Thanks,
Neal