开发者

How to println the java.library.path in Groovy

开发者 https://www.devze.com 2023-02-01 12:02 出处:网络
I would like to println the current java.library.path I used for the current grails application, how can I do this 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

精彩评论

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