Resolve NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit Errror
In case you are running into “NoClassDefFoundError: Could not initialize class sun.awt.X11.XToolkit” error, try the following tip to resolve.
-
Resolve NoClassDefFoundError: Could Not Initialize Class Sun.awt.X11.XToolkit Er...
smallwei


smallwei 11:53 pm on May 2, 2011
Add the following JAVA option to your java start command line:
-Djava.awt.headless=true