keytool is not in jdk-base-image
Sean Mullan
sean.mullan at oracle.com
Fri Sep 2 09:49:03 PDT 2011
On 9/1/11 10:39 PM, Dr Andrew John Hughes wrote:
> On 11:28 Thu 01 Sep , Sean Mullan wrote:
>> On 8/31/11 8:46 PM, Weijun Wang wrote:
>
> snip...
>
>>
>>>
>>>> sun.security.tools.KeyTool -> sun.security.util.PathList (sun.jsse)
>>>
>>> PathList is a utility class to create "a:b:c" on Unix and "a;b;c" on
>>> Windows. Is there a similar tool inside base?
>>
>> This class is simple enough that we can just copy the functionality into keytool.
>>
>
> Might java.nio.file.Path be useful here?
I don't think so, at least not directly - PathList contains utility methods that
operate on a list of paths (ex: classpath).
--Sean
More information about the jigsaw-dev
mailing list