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.
如何使用 MIDP 2.0 从 .jar 中的 /res 加载自定义(不是图像,也不是声音文件)资源文件?
我正在使用 MIDP 2.1,但我希望这也在 2.0 中。
Class.getResource(path_to_resource) 应该为您提供文件的 InputStream。
getResourceAsStream("/res/yourresource");