Why doesn't find the main class?
12:46 11 Apr 2025

i am building a project in eclipse java and opengl in linux and when i press buid buttom is showed me this message: Error: no se ha encontrado o cargado la clase principal BasicFrame13 Causado por: java.lang.NoClassDefFoundError: com/jogamp/opengl/GLEventListener

translate to english is: Error: it didn't found or loaded the main class

And i have main function in this project.

java eclipse opengl jogl