Cant retrieve an images from the WEB-INF folder ussing classLoader.getResourceAsStream()

前端 未结 3 1138
无人共我
无人共我 2021-01-14 05:15

The hold noon i was trying to make my app send both html+images via javamail, i only managed to send html, but with the image i am having a bit of problems. I decided to cre

3条回答
  •  无人共我
    2021-01-14 06:05

    As far as I know the classLoader can only access WEB-INF/classes and WEB-INF/lib but not WEB-INF/resources. Try to put the file in the classes sub-folder.

提交回复
热议问题