我正在建立一个使用JBoss的Java项目,该项目是为我们的项目定制的。在JBoss配置下的一个属性文件中,它具有各种文件的绝对路径,如下所示:
com.mycompany.abc.host.certificate=file:///c:/somedir/jboss/myproject/configuration/security/xxx/test.crt
我正在使用macOS Sierra在MacBook上设置我的开发环境。相应Windows路径的macOS上的等效路径是什么,例如:/Users/john/jboss/myproject/configuration/security/xxx/test.crt
答案 0 :(得分:2)
在Finder中,右键单击需要路径的文件。然后按Option键(alt
)打开上下文菜单。选择Copy "name_of_file" as path
。然后你有了路径,例如
/Library/Preferences/com.apple.AppleFileServer.plist
要获取文件URI,请添加file://
,如此
file:///Library/Preferences/com.apple.AppleFileServer.plist