Hello,
created a new folder "resources" with all my images in eclipse. I added this folder to the class path.
Now i tried to access this images
URL url = new URL("imageA");
I also tried
URL url = new URL("resources/imageA");
Both doesnt't work. What is wrong?
Sincerely Christian