kordamp / ikonli

Icon packs for Java applications
http://kordamp.org/ikonli/
Apache License 2.0
496 stars 49 forks source link

ikonli 12.0 and Scenebuilder no longer working #128

Closed lanthale closed 3 years ago

lanthale commented 3 years ago

I have switch with my Photoslide app from ikonli 11.5 to ikonli 12.0. All is working fine except in scenebuilder. I can no longer open scenebuilder fxml files without the error message that e.g. "ti-minus" cannot be instantiated.

First my thought was that the upgrade of Scenebuilder to 15 was the issue. But switching back has not helped. After remove all the 12.0 jar files and download the 11.5 jar files from maven and link them in Scenebuilder did the job.

Actually I am now in a mixed environment: pom.xml using ikonli 12.0, SceneBuilder using 11.5. The message shows that there are access issues (reflection fails) for Scenebuilder when using 12.0.

cheers, Clemens

aalmiray commented 3 years ago

This sounds like the same issues as https://github.com/kordamp/ikonli/issues/124 The next release has a fix for it.

georgemoralis commented 3 years ago

will it released soon?

lanthale commented 3 years ago

Thank you for the fast reply and the update. I will wait for the next release.