Can I encode to mp3 or ogg vorbis in an applet?
The problem is that the currently available encoders use native libraries. These native libraries can’t be loaded over the network from the server to the client machine. And even if the library is installed locally on the client, it is difficult to manage permissions for the execution. It is recommended to use Java Web Start instead of applets for such applications.