Setting an image in JavaFX. Exception Invalid URL

33 Views Asked by At

I want to change the image in ImageView. I am getting the correct URL from the database but when I use it to set the image, it gives a error saying "Invalid URL: unknown protocol: c". What does this mean ? and how can i fix it. If I use relative path still not able to fix it.

enter image description here

0

There are 0 best solutions below