hello i searched a lot for a solution but nothing worked for me
public void initialize(URL url, ResourceBundle rb) {
Image image = new Image(IMG_PATH);
photoAdmin.setImage(image);}
here's the IMG_PATH
public static final String IMG_PATH = "C:\\Users\\ibeno\\Documents\\GitHub\\PiDev\\PiDev\\Images\\11880660_447255635481530_1415231414421167737_n.jpg";
and i declared photoAdmin as an ImageView but still got this error
Caused by: java.lang.IllegalArgumentException: Invalid URL: unknown protocol: c
Caused by: java.net.MalformedURLException: unknown protocol: c