Do you think Resources.bang.wav and resources/bang.wav are the same?
which one of you told me this? :
First create a new Java package like com.dave.elwood.resource.sounds within your main project. Then just copy/paste 'abc.wav' file into that new package.
it works :
InputStream in = this.getClass().getResourceAsStream("../Resources/Bang.wav");
Thanks guys.