Where is the JRE lib/security directory on Mac OS X?

前端 未结 5 1705
生来不讨喜
生来不讨喜 2021-01-02 01:11

I need to generate a cert and can\'t find this directory. Thanks!

5条回答
  •  鱼传尺愫
    2021-01-02 01:52

    The following works for 10.11.6

    /Library/Java/Home/jre/lib/security
    

    It's actually just a link to the

    /Library/Java/JavaVirtualMachines/.../Contents/Home/jre/lib/security
    

提交回复
热议问题