i develop non-UI libraries wich are loaded into a non-UI App.
Now i want to make a UI scaffolding for the library to test it directly with a UI.
My library class doesnt contains any jFX functions or the jFX library. So its not a real UI application.
Only the Main file handles all the UI stuff.
If i compile the Library class and add it to my non-UI app it says
java.lang.NoClassDefFoundError: anywheresoftware/b4j/objects/FxBA
is it possible to only compile the Lib-class to a non-ui Library without the jFX stuff?
greetings and stay safe