As the title says, I initially had the class PantallaConsultaPaciente
, then I created the class PantallaConsultaPaciente2
and eliminated the previous one, but when I run the application from Eclipse, I still raise PantallaConsultaPaciente
, the initial.
I noticed the src of the directory where I have the project hosted and it is not there. I noticed ../bin, and yes that .class was, I deleted it and now I get a long error when I run the application and I want to show the window PantallaConsultaPaciente2
. The error is as follows:
Exception in thread "AWT-EventQueue-1" java.lang.NoClassDefFoundError: PatientScreen Patient
I do not know where he keeps bringing him. I'm not instantiating PantallaConsultaPaciente
anywhere.