I downloaded a game’s source code and the file contained a res folder and a src folder. The res folder has a bunch of jpg’s and sound files and the src has all the source code. So I basically created a new project in eclipse and copy/pasted everything. None of the classes have any problems, but once I hit run I get a blank applet and a bunch of exceptions. I’m thinking it has to do with the fact that I don’t really know where to put the res folder so I placed it in a directory named bin. Could this be the reason or is there something else? HELPPPP!