Could not find or load main class

What have you tried: I have tried to reinstall java and also tried to download java from other source . But it didn’t solve my problem

What is the error:
Caused by: java.lang.ClassNotFoundException:

What device is this on: dell letitude 7400

Did you install Java globally? it looks like you didn’t, or its a broken install.

apt search java

will give you a lst of installable candidates.
typically you would install the java runtime environment (JRE) and if you want to write code, the Java Development Kit (JDK)

most recent version is 17 I believe