libgcj.security + classpath.security warning

Øyvind Harboe oyvind.harboe@zylin.com
Mon Jan 19 13:22:00 GMT 2004


> It means that someone likes to be warned when GNU security provider is 
> used by default.
> There should be an elegant way to switch off this warning.
> I guess that the compiler is also not placed at /datal/gcc/build/wingcc
> (anyway... it should not have to be)...
> 
> 
> But there is a not-so-elegant way to avoid that warning:
> 
> Provider spv=new gnu.java.security.provider.Gnu();
> 
> And, from now on, explicitly use spv...
> Here is a simple example:
> 
> MessageDigest md = MessageDigest.getInstance("MD5", spv);

I'm using GNU Classpathx, so changing the code is icky.

IMHO, if this is only a warning, then it shouldn't be printed to
stdout/stderr by default.

Øyvind




More information about the Java mailing list