Posted By:
Sebastien_Meric
Posted On:
Sunday, September 29, 2002 01:16 AM
Hello,
In JBuilder, like in most IDE, you choose the directory where the class should be put to. Default definition is :
/your_application_path/src
for your sources
/your_application_path/classes
for your classes
If so in your case, you should then add the images files to the JBuilder project ".jpx" so JBuilder knows it should copy them to the class directory.
Hop that helps
regards
Sébastien