我的程序使用 Image.class,它可以帮助我接收图像。
Image img = new ImageIcon("Shooter2D/res/background.jpg").getImage();
当程序从开发环境运行时 - 一切正常,编译 jar 文件后 - 不起作用。告诉我如何正确设置在 IDE (Intellij IDEA) 和存档中工作的路径。Shooter2D.jar 包含:
- META-INF
Manifest-Version: 1.0
Main-Class: Shooter2Dv22082013.Main
- res
all pictures
- Shooter2Dv22082013
all .class files, main is Main.class