Run mvn clean package -Dnative I get this error. com.oracle.svm.hosted.substitute.DeletedElementException: Unsupported type sun.awt.X11.XBaseWindow is reachable ...
The project consists of two games (Breakout and Tic-Tac-Toe) created using JAVA - AWT and Swing with different classes from these packages to make an User Interface. The UI has been made using JFrame ...