I am experiencing a strange issue with the new B4J v10.5. When using the Build Standalone Package tool, the process finishes perfectly without any errors.
However, when I run the resulting application, it opens normally but the Menu Bar is empty—none of the selection options appear. This happens when using B4J 10.5 configured with C:\Program Files\Java\jdk-14.0.1\bin\javac.exe.
If I revert to B4J v10.0 using the exact same JDK path (jdk-14.0.1), everything works correctly and the menus appear as expected.
Has anyone encountered a similar issue or have any idea why this might be happening?
Thank you!