Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
在我的 Java Swing 应用程序中,我使用RandomAccessFile类从网络加载图片。下载完成后,应该显示缩略图,但它不显示,并抛出异常“找不到文件”。但是,当我在 Eclipse 中按下F5文件下载到的那些文件夹时,文件会出现在其中,之后我的应用程序可以正常工作,并显示缩略图。请帮忙,我必须做什么才能自动更新文件?
RandomAccessFile
听起来您在下载后没有调用 close() 。