mkpaz / atlantafx

Modern JavaFX CSS theme collection with additional controls.
https://mkpaz.github.io/atlantafx
MIT License
791 stars 64 forks source link

Scene Builder integration not working #54

Closed provision95 closed 1 year ago

provision95 commented 1 year ago

First of all Thank You from the bottom of my heart for this beautiful app. Today I tried to integrate AtlantaFX into Scene Builder, all went smooth, but the Builder is not starting after this operation:(

Scene Builder Version 20 AtlantaFX Version 2.0.0

I understand that it is a problem on Scene Builder side, but just wanted to let You know that it is not working with the latest Scene Builder.

Have a nice day:)

mkpaz commented 1 year ago

I understand that it is a problem on Scene Builder side

Hey, thanks for reporting! Maybe it's not. Could you please share additional information, such as what OS you're using, the contents of the 'SceneBuilder.cfg' file located in the SceneBuilder installation directory, and a list of files in this directory?

You can also find manual installation instructions in the doc. The SceneBuilder theme pack can be downloaded from the releases page.

provision95 commented 1 year ago

Sure!

OS: Win11 / Intel 10 gen JDK: 8 / 17

I tried manual installation but it did not work too:(

image

Note: I removed a library addition prefix from the second class path setting, by doing this I can start scene builder, but caspian(prime-white) does not work

mkpaz commented 1 year ago

Ok, got it. The classpath separator is ; on Windows. Please, try this:

app.classpath=$APPDIR/atlantafx-scene-builder.zip;$APPDIR/scenebuilder-20.0.0-all.jar
provision95 commented 1 year ago

Yup, now it is working, thank You very much:)))