1
I am trying to extend a class of Jframe to create a window, but in eclipse appears the following error:
configure build path -Open the Java build path Property page of project "Chat"
The code would be this:
import javax.swing.*;
public class AppChat extends JFrame{
}
Recreates the project. It seems to be classpath problem but not to know without more details.
– user28595
Or goes on
Project > Clean...
and click clean to clean the project.– user28595