I took the following code from a tutorial:
import javax.swing.*;
import java.util.Date;
public class SwingGUI {
public static void main( String[] args
There must be an installed (and selected) JDK in Eclipse:
Window > Preferences > Java > Installed JREs
The project must be configured to use that JDK:
Project > Properties > Java Build Path > Libraries
there should be an entry like "JRE System Library [JDK7]" in the list. If not press:
Add Library... > JRE System Library
The project should have been created as a "Java Project":
Project > Properties > Builders
should include "Java Builder"
SoCodeIt IDE Dr