Page 1 of 1

how to solve this simply question.. lol

Posted: Tue Feb 02, 2010 11:47 pm
by slee382
when i complie this

import javax.swing.*;

public class MyApplication{
public static void main(String[] args){
MyJFame myJFrame= new MyJFrame("My new WIndow", 20, 20, 200, 200);
}
}

error: Class names, 'MyApplication', are only accepted if annotation processing is explicitly requested
1 error

comes up.. how should i fix it...TT

Posted: Thu Feb 04, 2010 5:56 pm
by talleyrand
Google it! http://java.sun.com/docs/books/tutorial ... /problems/ First item corresponds to your issue