Your error happens because your project uses the JOGL library, but Eclipse cannot find the required JOGL .jar
or native .so
files when running the program. So, to solve the issue, you can add the JOGL .jar
files to your project's Build Path and configure the native .so
files location in the Native library location setting. Then clean and run the project again.