没有这样的文件异常。图像路径可能错误

时间:2018-09-28 02:24:39

标签: java spring-mvc

我收到以下错误:

HOOOIIII

无论如何,异常似乎是在我创建新文件时引起的

java.nio.file.NoSuchFileException: \webapp\src\main\webapp\resources\pics\default.jpg
at sun.nio.fs.WindowsException.translateToIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsException.rethrowAsIOException(Unknown Source)
at sun.nio.fs.WindowsFileSystemProvider.newByteChannel(Unknown Source)
//it goes on and on

我认为它与图像路径有关,但是我尝试了几件事,但没有任何效果。我正在使用spring-mvc,这是我的文件夹的外观。 default.jpg位于图片内部,上面的代码是HelloWorldController的一部分

我能够在我的jsp文件中获取图像,但是在这里我认为它有所不同。我看到了其他答案,但我真的不知道如何应用这些解决方案。 其他答案建议使用InputStream,但在这种情况下我认为我不能使用它。

enter image description here

0 个答案:

没有答案