开发者

How to println the java.library.path in Groovy

I would like to println the current java.library.path I used for the current grails application, how can I do this in开发者_如何学运维 groovy?

Many thanks!


println System.properties['java.library.path']


println System.properties["java.library.path"]
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜