I have a bug in my Java project. I am working with the JTabbedPanel tool which I am adding several panels inside it. My error is that I have 52 panels and when I add this last one with labels inside it I get the following error (when compiling the project). Any solution to this. Here is my code:
Error: Could not find or load main class Vista.Modulos
Caused by: java.lang.ClassNotFoundException: Vista.Modulos
C:\Users\Paulo\AppData\Local\NetBeans\Cache\12.6\executor-snippets\run.xml:111: The following error occurred while executing this line:
C:\Users\Paulo\AppData\Local\NetBeans\Cache\12.6\executor-snippets\run.xml:94: Java returned: 1
BUILD FAILED (total time: 0 seconds)```