To setup the development environment for OSGi.fx, follow these steps:
[!NOTE] Currently, distributions like Zulu often include JavaFX modules.
JAVA_HOME.Eclipse IDE for RCP/RAP Developers and make sure it starts with your JDK 25.Bndtools and e(fx)clipse from the Eclipse Marketplace.Java -> Compiler in Preferences and set Compliance Level to 25.Java -> Installed JREs and add your JDK 25.Java -> Installed JREs -> Execution Environments and match JavaSE-25 to your installed JDK.File -> Import -> General -> Existing Projects into Workspace and select Search for nested projects.To build the application from the command line:
./gradlew clean build
We welcome contributions!