WindowBuilder encountered unexpected internal error. This could be caused by a WindowBuilder bug or by a misconfiguration issue, conflict, partialupdate, etc. #996
-
|
Internal Error WindowBuilder encountered unexpected internal error. This could be caused by a WindowBuilder bug or by a misconfiguration issue, conflict, partialupdate, etc. java.lang.IllegalAccessError: class org.eclipse.wb.core.controls.CCombo3 tried to access method 'void org.eclipse.swt.widgets.TypedListener.(java.util.EventListener)' (org.eclipse.wb.core.controls.CCombo3 is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @44aba87b; org.eclipse.swt.widgets.TypedListener is in unnamed module of loader org.eclipse.osgi.internal.loader.EquinoxClassLoader @2e882599) Hide stack trace. Stack trace: Full context stack trace: |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 2 replies
-
|
What version of WindowBuilder are you using? And what version of the Eclipse IDE? |
Beta Was this translation helpful? Give feedback.
-
|
Thanks!
That'll be it. This change in SWT introduced a binary incompatibility because WindowBuilder 1.19.0 is unintentionally using a method that was not yet made public in 3.128.0. So in short: You either need to downgrade to WindowBuilder 1.18 or to upgrade to the Eclipse 2025-03. |
Beta Was this translation helpful? Give feedback.

Thanks!
That'll be it. This change in SWT introduced a binary incompatibility because WindowBuilder 1.19.0 is unintentionally using a method that was not yet made public in 3.128.0.
So in short: You either need to downgrade to WindowBuilder 1.18 or to upgrade to the Eclipse 2025-03.