Could potentially have the longest error message EVER and have no idea how to solve it ....
Exception in thread "AWT-EventQueue-0" java.lang.Error: Unresolved compilation problems:
The import java.sql cannot be resolved
The import javax cannot be resolved
Connection cannot be resolved to a type
Statement cannot be resolved to a type
ResultSet cannot be resolved to a type
Implicit super constructor Object() is undefined. Must explicitly invoke another constructor
String cannot be resolved to a type
Class cannot be resolved
Connection cannot be resolved to a type
DriverManager cannot be resolved
Statement cannot be resolved to a type
Connection cannot be resolved to a type
ResultSet cannot be resolved
ResultSet cannot be resolved
Exception cannot be resolved to a type
JOptionPane cannot be resolved
String cannot be resolved to a type
String cannot be resolved to a type
System cannot be resolved
Statement cannot be resolved to a type
ResultSet cannot be resolved to a type
Statement cannot be resolved to a type
ResultSetMetaData cannot be resolved to a type
ResultSet cannot be resolved to a type
Exception cannot be resolved to a type
JOptionPane cannot be resolved
String cannot be resolved to a type
String cannot be resolved to a type
ResultSet cannot be resolved to a type
ResultSet cannot be resolved to a type
String cannot be resolved to a type
String cannot be resolved to a type
String cannot be resolved to a type
ResultSet cannot be resolved to a type
ResultSet cannot be resolved to a type
System cannot be resolved
ResultSet cannot be resolved to a type
ResultSet cannot be resolved to a type
System cannot be resolved
Exception cannot be resolved to a type
JOptionPane cannot be resolved
String cannot be resolved to a type
String cannot be resolved to a type
System cannot be resolved
Statement cannot be resolved to a type
ResultSet cannot be resolved to a type
Statement cannot be resolved to a type
Exception cannot be resolved to a type
JOptionPane cannot be resolved
ResultSetMetaData cannot be resolved to a type
ResultSet cannot be resolved to a type
System cannot be resolved
String cannot be resolved to a type
String cannot be resolved to a type
System cannot be resolved
Exception cannot be resolved to a type
JOptionPane cannot be resolved
String cannot be resolved to a type
String cannot be resolved to a type
System cannot be resolved
Statement cannot be resolved to a type
ResultSet cannot be resolved to a type
Statement cannot be resolved to a type
Exception cannot be resolved to a type
JOptionPane cannot be resolved
ResultSetMetaData cannot be resolved to a type
ResultSet cannot be resolved to a type
String cannot be resolved to a type
String cannot be resolved to a type
System cannot be resolved
System cannot be resolved
Exception cannot be resolved to a type
JOptionPane cannot be resolved
at QueryFetcher.<init>(QueryFetcher.java:2)
at LController.getData(LController.java:274)
at LController.actionPerformed(LController.java:95)
at javax.swing.AbstractButton.fireActionPerformed(AbstractButton.java:1995)
at javax.swing.AbstractButton$Handler.actionPerformed(AbstractButton.java:2318)
at javax.swing.DefaultButtonModel.fireActionPerformed(DefaultButtonModel.java:387)
at javax.swing.DefaultButtonModel.setPressed(DefaultButtonModel.java:242)
at javax.swing.AbstractButton.doClick(AbstractButton.java:357)
at javax.swing.AbstractButton.doClick(AbstractButton.java:337)
at LController.<init>(LController.java:41)
at Login.loginLevel(Login.java:159)
at Login.actionPerformed(Login.java:109)
at javax.swing.JTextField.fireActionPerformed(JTextField.java:492)
at javax.swing.JTextField.postActionEvent(JTextField.java:705)
at javax.swing.JTextField$NotifyAction.actionPerformed(JTextField.java:820)
at javax.swing.SwingUtilities.notifyAction(SwingUtilities.java:1636)
at javax.swing.JComponent.processKeyBinding(JComponent.java:2849)
at javax.swing.JComponent.processKeyBindings(JComponent.java:2884)
at javax.swing.JComponent.processKeyEvent(JComponent.java:2812)
at java.awt.Component.processEvent(Component.java:5815)
at java.awt.Container.processEvent(Container.java:2058)
at java.awt.Component.dispatchEventImpl(Component.java:4410)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.KeyboardFocusManager.redispatchEvent(KeyboardFocusManager.java:1848)
at java.awt.DefaultKeyboardFocusManager.dispatchKeyEvent(DefaultKeyboardFocusManager.java:697)
at java.awt.DefaultKeyboardFocusManager.preDispatchKeyEvent(DefaultKeyboardFocusManager.java:962)
at java.awt.DefaultKeyboardFocusManager.typeAheadAssertions(DefaultKeyboardFocusManager.java:834)
at java.awt.DefaultKeyboardFocusManager.dispatchEvent(DefaultKeyboardFocusManager.java:661)
at java.awt.Component.dispatchEventImpl(Component.java:4282)
at java.awt.Container.dispatchEventImpl(Container.java:2116)
at java.awt.Window.dispatchEventImpl(Window.java:2429)
at java.awt.Component.dispatchEvent(Component.java:4240)
at java.awt.EventQueue.dispatchEvent(EventQueue.java:599)
at java.awt.EventDispatchThread.pumpOneEventForFilters(EventDispatchThread.java:273)
at java.awt.EventDispatchThread.pumpEventsForFilter(EventDispatchThread.java:183)
at java.awt.EventDispatchThread.pumpEventsForHierarchy(EventDispatchThread.java:173)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:168)
at java.awt.EventDispatchThread.pumpEvents(EventDispatchThread.java:160)
at java.awt.EventDispatchThread.run(EventDispatchThread.java:121)
any ideas??