Re: Retract stupid question about linux-java - a permission issue

1998-11-19 Thread Wolfgang Mües
Am Die, 17 Nov 1998 schrieb Chip Grandits: >A.P. Bell wrote: > >> Don't know much about Java. You should temporarily change the permissions on >> /dev/audio and /dev/dsp to 666 and run your applet -- to ensure that your setuid >> trick has worked. Also, a method such as play() is likely override

Re: Retract stupid question about linux-java - a permission issue

1998-11-17 Thread Michael Beattie
On Tue, 17 Nov 1998, Chip Grandits wrote: > A.P. Bell wrote: > > > Don't know much about Java. You should temporarily change the permissions on > > /dev/audio and /dev/dsp to 666 and run your applet -- to ensure that your setuid > > trick has worked. Also, a method such as play() is likely ove