Posted By:
Anonymous
Posted On:
Monday, May 23, 2005 07:02 AM
I think you´re compiling the sources (*.java, *.gif...) into a build directory (*.class). The compiler only compiles java sources other files are ignored. Therefore these files are not in your build directory and cant be found by
.
them into your build directory or better use a nested in for getting these directly from source dir.