Problem with jar file
Hello frnds,
I m facing one problem with my project.
when i m trying to lunch my application(MP3 player simulation) using jar file then my frame is working but that is unable to load all image files.
This application is running using simple run command.
Jar file also contain all image files.
I m using getResource() method to get URL.
But it is returning null when i m trying to run using jar.
But return correct url when run my app. using simple run command.
Please try to solve that prob.
surbhi

