I have a Swing application in Eclipse 3.4. Source sturctures like
this log.png is the Splash image, so I go to Run/Debug setting --> Lanunch Configuration, set VM arugment as "-splash:log.png". But it doesn't work, still can't find this splash image.
The result I want is, "java -splash:log.png com.myapp.Main"
Did you try -splash:src/images/log.png? I think that the project's base directory is the current working directory for the Java app, so you must give the relative location of the PNG file.