You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Put call to exportAllModulesToAllModules() in try-catch block
The current version of BurningWave is incompatible with Java 24 and
causes a crash whenever the editor is opened.
Until this issue is resolved, the following modules need to be opened
manually in the eclipse.ini:
--add-opens java.base/java.lang=ALL-UNNAMED
--add-opens java.desktop/javax.swing=ALL-UNNAMED
--add-opens java.desktop/java.awt=ALL-UNNAMED
See #1027
0 commit comments