Hey all,
I have Java, and it has worked perfectly for me so far.
Version is 1.4.2_04
However, I get no sound in applets.
I have appended the following to /usr/lib/j2sdk1.4.2_04/jre/lib/security/java.policy
Code:
grant {
permission javax.sound.sampled.AudioPermission "record";
};
Still nothing.
Any thoughts?