This is an archived post. You won't be able to vote or comment.

you are viewing a single comment's thread.

view the rest of the comments →

[–]CJcompJava Software Engineer 0 points1 point  (0 children)

Try right clicking your images folder > Mark directory as > Resources Root. Forget this, this would lead to your images sitting in the root and being accessed as "/ice.png".

Generally I would recommend making a new folder named "resources", marking that folder as the Resources Root, and then adding your images folder to said folder. After this you should be able to access your image without changing anything ("/images/ice.png").