Somebody Help me out. I get this error when I try to run my project how can I solve it?
Exception in thread "AWT-EventQueue-0" java.lang.NoClassDefFoundError: java.awt.Window$Type
at System.LogIn.initComponents(Unknown Source)
at System.LogIn.<init>(Unknown Source)
at System.LogIn$6.run(Unknown Source)
at java.awt.event.InvocationEvent.dispatch(Unknown Source)
at java.awt.EventQueue.dispatchEventImpl(Unknown Source)
at java.awt.EventQueue.access$000(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.awt.EventQueue$1.run(Unknown Source)
at java.security.AccessController.doPrivileged(Unknown Source)
at java.security.AccessControlContext$1.doIntersectionPrivilege(Unknown Source)
at java.awt.EventQueue.dispatchEvent(Unknown Source)
at java.awt.EventDispatchThread.pumpOneEventForFilters(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForFilter(Unknown Source)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.pumpEvents(Unknown Source)
at java.awt.EventDispatchThread.run(Unknown Source)
---------------------------------------------------------------------------
The application has terminated with exit code: 0
Page 1 of 1
java.lang.NoClassDefFoundError: java.awt.Window$Type
Page 1 of 1

Help
