build sdbg and install in eclipse

201 views
Skip to first unread message

Shawn

unread,
Sep 24, 2020, 9:18:53 AM9/24/20
to GWT Users
Does anyone build their own sdbg and use it in eclipse?  Would it be as easy as building it and installing it in eclipse as an archive or should I expect dependency hell?

The issue I face is when eclipse updated to 2020‑09 R, debugging stopped working with a  NoClassDefFoundError: javax/xml/bind/DatatypeConverter that is related to java 11 I believe.

While I don't have java 11 installed, it seems the update added a package for java 12 support and I don't know but removing that support seems to cause the google appengine server to not start.

Anyway, the DatatypeConverter being related to Java 11 is here:

https://stackoverflow.com/questions/43574426/how-to-resolve-java-lang-noclassdeffounderror-javax-xml-bind-jaxbexception-in-j

And SDGB solving this by adding Java 11 support is here:


Shawn

Note: I'm using Google Cloud Tools for Eclipse 1.8.3 and GWT Eclipse Plugin 3.0.0

Shawn

unread,
Sep 27, 2020, 2:52:45 AM9/27/20
to GWT Users
Am happy to report installing SDGB built from recent code solves the issue.  Just do a maven build and install in eclipse from the archive which is com.github.sdbg.releng.p2/target/com.github.sdbg.releng.p2-1.0.10.qualifier.zip
Reply all
Reply to author
Forward
0 new messages