Error: “Class names are only accepted if annotation processing is explicitly requested” [duplicate]
Possible Duplicate: Java Compile Problem: Class names are only accepted if annotation processing is explicitly requested I have encountered a problem. I am using crimson editor. Could someone explain what this error means? // here is my program package test.rim.bbapps.testcase.lib; import java.awt.*; import java.awt.event.*; import javax.swing.*; public class michaeltictactoe2 implements ActionListener { /* Instance variables */ private JFrame window = new JFrame (" TicTacToe"); private JButton button1 = new JButton ("") ; private JButton button2 = new JButton ("") ; private JButton button3 =