I recently started to using eclipse3.0 to develop a java application.
Only problem that I'm having is images folder in bin directory which
stores all the output of compilation( .class files ).
Since I use a couple of images for buttons and stuff, I created a
folder called 'images' and put all .png images there. However, when I
run the application from eclipse I'm getting run-time error which
indicates program can not find images.
I just copy whole folder from my old development directory and paste
in workspace which has my new project.
However, when I run same application from my old development directory
by using windows command prompt, it runs fine. :(
If anybody encounters same problem before or knows how to solve this
issue, it would be really great.