This is the mail archive of the java@gcc.gnu.org mailing list for the Java project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: libgcj.security + classpath.security warning


> 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



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]