Closed zhang0557kui closed 2 years ago
java.lang.NoClassDefFoundError: Failed resolution of: Ljava/awt/Image;
The JPMML-Evaluator does not have any graphical components, and therefore does not import any classes from java.awt.*
or javax.swing.*
packages.
Therefore, this NoClassDefFoundError cannot be raised by the JPMML-Evaluator library, and should not be reported here.
who can help me!
You can help yourself. Look at the error stack trace, and identify the problematic component/library/framework that way.
when I use:
and this error occured: java.lang.NoClassDefFoundError: Failed resolution of: Ljava/awt/Image;
who can help me!