Right now java.security.Security looks for classpath.security in
<java.home>/lib/security/.  According to GNU standards this should be
<java.home>/share/security/ instead.

Using lib is fine if we're following the JDK convention and want to be
compatible with 3rd party packages that write to the .security file as
part of their installation process.  But in that case we ought to name
the file `java.security'.

I'd like to change this code to follow GNU standards.  Any objections?

Tom

_______________________________________________
Classpath mailing list
[EMAIL PROTECTED]
http://mail.gnu.org/mailman/listinfo/classpath

Reply via email to