Java获取当前类路径详解编程语言

this.getClass().getClassLoader().getResource("").getPath();

获取classes路径
如:D:/tomcat/webapps/ithome/WEB-INF/classes/

this.getClass().getResource("").getPath();

获取完整路径
如:D:/tomcat/webapps/ithome/WEB-INF/classes/com/farm/plugin/jxls/

作者:blog.ytso.com

原创文章,作者:ItWorker,如若转载,请注明出处:https://blog.ytso.com/14299.html

(0)
上一篇 2021年7月19日
下一篇 2021年7月19日

相关推荐

发表回复

登录后才能评论