#29376

tag expects not a local path, but an URL as a src attribute value.

The following reformatting should help to workaround:
[language=java:2pljl47z]String portraitPath = System.getProperty(“user.home”) + File.separator + “Desktop” + File.separator + “Test.jpg”;
portraitPath = new File(portraitPath).toURI().toString();[/language:2pljl47z]