classpath
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: Finding .security files


From: Brian Jones
Subject: Re: Finding .security files
Date: 15 Nov 2002 00:34:22 -0500
User-agent: Gnus/5.09 (Gnus v5.9.0) Emacs/21.2

Tom Tromey <address@hidden> writes:

> Now, we define java.vm.name as "GNU libgcj", which we'd really rather
> not use as a directory name (and which we'd rather not change).  So
> one idea I had here was to change this code to remove everything up to
> and including the first space.  This is sort of ugly, but will get us
> what we want.

Perhaps relying on the VM name is a poor choice, things like this are
too easily changed by marketdroids.

> Also, for some installs of libgcj it would be more appropriate not to
> look for a file at all.  For instance an embedded system may not have
> a filesystem.  One thought here was to have a way to provide Classpath
> with a base URL to which the appropriate names could be added.  Then
> for embedded systems we could use a libgcj-style "core:/" URL to find
> the security providers.

I would assume the use of URL makes sense here, and it could be a file
URL, network URL, jar URL, etc...

Brian
-- 
Brian Jones <address@hidden>
http://www.haphazard.org/~cbj/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]