λ
Size: a a a
λ
ВВ
λ
λ
λ
ВВ
λ
ВВ
Error: Unsupported type sun.awt.X11.XBaseWindow is reachable
To diagnose the issue, you can add the option --report-unsupported-elements-at-runtime. The unsupported element is then reported at run time when it is accessed the first time.
λ
λ
ВВ
ВВ
ВВ
Error: Unsupported type sun.awt.X11.XBaseWindow is reachable
To diagnose the issue, you can add the option --report-unsupported-elements-at-runtime. The unsupported element is then reported at run time when it is accessed the first time.
λ
λ
ВВ
ВВ
ВВ
IS
ВВ
@TargetClass(className = "sun.awt.X11.XWindow", onlyWith = IsHeadless.class)
static final class Target_sun_awt_X11_XWindow {
@Substitute
private static void initIDs() {
throw new UnsupportedOperationException();
}
}
@TargetClass(className = "sun.awt.X11.XBaseWindow", onlyWith = IsHeadless.class)
@Delete
static final class Target_sun_awt_X11_XBaseWindow {
}
@TargetClass(className = "sun.awt.X11.XlibWrapper", onlyWith = IsHeadless.class)
static final class Target_sun_awt_X11_XlibWrapper {
@Substitute
static long DisplayWidth(long display, long screen) {
throw new UnsupportedOperationException();
}