From: Iain S. <iai...@ya...> - 2002-03-11 18:40:07
|
On 3/11/02 10:24 AM, "Steve" <yud...@ya...> wrote: > Will do, but the only problem is that I'm just using > the beepd example which I believe is a .class file > (binary). If I place those lines in java.security do I > need to build a method for it or just add the lines (I > can comment them out later when I write my own code) Aha! Yes, the beepd class was compiled with some old version of the beep lib. I ran into the exact same problem! Apparently they moved the namespaces around, updated the beep library, and the beepd java source. But they forgot to recompile the beepd class file so it is searching in the wrong namespace for the beep lib. All that is a long winded way of saying, you need to recompile the beepd (Bing) java file that came with beepcore. Once you do, the problem goes away. Since it is a single file, you should just be able to do a javac including the beep libs in the classpath. I believe the example sources are already updated so its just a matter of recompile... If it won't recompile, check the namespaces it uses for the security classes. -iain _________________________________________________________ Do You Yahoo!? Get your free @yahoo.com address at http://mail.yahoo.com |