Not sure how this is possible. I re-read up on getResourceAsStream and it\'s always returning null.
InputStream source = this.getClass().getResourceAsStream(
Add the folder that your having your resource files in to the source folders of eclipse. Then the file should be automatically put in the bin directory.