When running HelloImage toy app with prism.verbose=true you see an ImageStorageException stating "No loader for image data". This comes from HelloImage toy app using an online-hosted image which is not available anymore.
To reproduce, build latest JFX version and try running HelloImage with prism.verbose=true property:
java @build/run.args -Dprism.verbose=true -cp apps/toys/Hello/dist/Hello.jar hello.HelloImage
We should either replace the link with a new one, or find some different way of testing online hosted Images.
To reproduce, build latest JFX version and try running HelloImage with prism.verbose=true property:
java @build/run.args -Dprism.verbose=true -cp apps/toys/Hello/dist/Hello.jar hello.HelloImage
We should either replace the link with a new one, or find some different way of testing online hosted Images.