I had the same error except it was gwt-dev.jar that had the javax.xml.parsers class that was conflicting with the JRE. It was shown by using CTRL-SHIFT-T and typing javax.xml.parsers.
I opened the gwt-dev.jar in 7zip and removed the javax.xml.parsers folder and the error went away from my GWT project.