Security Exception in self signed sound recorder Applet
问题 I have created an applet for recording sound. It throws an exception when I try to open a dataline. TargetDataLine.open() java.security.AccessControlException: access denied (javax.sound.sampled.AudioPermission record) My applet is self signed, all other jar files are self signed. Previously I was using a different thread to start the TargetDataLine and close the line. Afterwords instead of creating another thread, I switched to Executorservice . It works fine with thread but throws above