I am getting the following error when I try to debug my GWT app. I am quite sure it is a problem with my code, I just don't know how to find where the problem is.
My immediate goal is to find and fix this particular error. My ultimate goal is, obviously, to be able to debug my application in Eclipse.
Steps used:
So it seems I only get the error below with "Open with SDJB Chrome JS Debugger" on my application. When I do it on a demo application, it works fine, so it is definitely a problem with my application. Any ideas? Where can I look for the true problem in my code?
from a post on here java.lang.NoClassDefFoundError:javax/xml/bind/JAXBException
A short history of JAXB on Java
The Jakarta XML Binding (JAXB; formerly Java Architecture for XML Binding) is an XML binding framework to convert Java classes to and from XML.
Quick Solution
Downgrade your Java used by eclipse to the version before Java 11.
Long solution
Check if the latest version is built on the base of Java 11, if yes then upgrade Your GWT, if not then hope someone will do that.