美文网首页
java获取classPath的路径

java获取classPath的路径

作者: jd_steven | 来源:发表于2017-08-21 21:36 被阅读0次

这里是获取classPath下的路径,和web没关系!!!
使用场景:
需要在java代码中把从网下下载到的图片写到本地的临时目录,写完后,上传到云平台,然后在删除掉。
String realPath = this.getClass().getResource("/").getPath()

相关文章

网友评论

      本文标题:java获取classPath的路径

      本文链接:https://www.haomeiwen.com/subject/wowhdxtx.html